community.general/lib/ansible
James Cammarata 31d5f88a1d Use the task loop to calculate multiple delegated hosts
Due to the way we're now calculating delegate_to, if that value is based
on a loop variable ('item') we need to calculate all of the possible
delegated_to variables for that loop.

Fixes #12499
2015-09-25 01:41:09 -04:00
..
cli Apply --limit to inventory in adhoc commands 2015-09-23 08:28:38 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Make hostvars more dynamic again to improve performance with large inventories 2015-09-24 13:53:44 -04:00
module_utils Add Weekday (0-6) as a number and add weeknumber (00-52) 2015-09-24 15:05:44 +02:00
modules Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Use AnsibleFileNotFound instead of AnsibleParsingError when YAML files are not found 2015-09-24 16:27:25 -04:00
playbook Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
plugins Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Remove custom json encoder cleaner and strip proxy var stuff out before encoding 2015-09-17 16:04:47 -04:00
vars Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Implement ssh connection handling as a state machine 2015-09-23 01:55:00 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00