You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
James Cammarata fd64e5958d 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
9 years ago
..
cli removed signal trapping 9 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 10 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 9 years ago
executor Fixing bugs in play iteration and strategies 9 years ago
galaxy Prevent traceback. 9 years ago
inventory better error when host inventory script isnt dict 9 years ago
module_utils really only want to prevent None typep here 9 years ago
modules New release v2.0.1.0-1 9 years ago
parsing Added more info to the no action detected error 9 years ago
playbook Fixing bugs related to nested blocks inside roles 9 years ago
plugins switched from threading to multiprocessing 9 years ago
template Catch TypeError on join, and if caught just return a single item, or a list of many 9 years ago
utils removed follow from common file docs 9 years ago
vars properly combine vars if merge is set 9 years ago
__init__.py New release v2.0.1.0-0.1.rc1 9 years ago
constants.py Re-implementing the retry file feature for 2.0 9 years ago
test-requirements.txt Making the switch to v2 10 years ago