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
10 years ago
..
cli removed signal trapping 10 years ago
compat
config
errors
executor Fixing bugs in play iteration and strategies 10 years ago
galaxy
inventory
module_utils really only want to prevent None typep here 10 years ago
modules New release v2.0.1.0-1 10 years ago
parsing Added more info to the no action detected error 10 years ago
playbook Fixing bugs related to nested blocks inside roles 10 years ago
plugins switched from threading to multiprocessing 10 years ago
template Catch TypeError on join, and if caught just return a single item, or a list of many 10 years ago
utils removed follow from common file docs 10 years ago
vars properly combine vars if merge is set 10 years ago
__init__.py
constants.py
test-requirements.txt