community.general/lib/ansible/playbook/role
James Cammarata 275728e0f6 Fixing bugs related to nested blocks inside roles
* Make sure dep chains are checked recursively for nested blocks
* Fixing iterator is_failed() check to make sure we're not in a
  rescue block before returning True
* Use is_failed() to test whether a host should be added to the TQM
  failed_hosts list
* Use is_failed() when compiling the list of hosts left to iterate
  over in both the linear and free strategies

Fixes #14222
2016-02-12 13:39:39 -05:00
..
__init__.py Fixing bugs related to nested blocks inside roles 2016-02-12 13:39:39 -05:00
definition.py Allow certain base attributes to be used as role params 2016-01-24 23:04:50 -05:00
include.py Fix typo from 5ae850c 2015-12-08 14:36:36 -05:00
metadata.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
requirement.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00