ansible/lib/ansible/playbook
Abhijit Menon-Sen 28e2eae902 Make gathering=explicit work again
There was a confusion between the valid values for defaults.gathering
(explicit/implicit/smart) and a play's gather_facts setting (boolean),
which resulted in gathering=explicit being ignored.
2015-07-17 13:05:00 +05:30
..
role Fixing allow_duplicate and variable resolution bugs 2015-07-16 11:39:40 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
attribute.py Allow field attributes which are lists to validate the type of the list items 2015-06-27 01:01:51 -04:00
base.py Remove some dead code from the base load_data method 2015-07-16 15:10:41 -04:00
become.py removed incorrect assumption on become user being set 2015-06-14 21:05:23 -04:00
block.py Fixing allow_duplicate and variable resolution bugs 2015-07-16 11:39:40 -04:00
conditional.py Handle getting the ds for Conditionals which may not be mixed in 2015-06-28 00:30:27 -04:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Raise AnsibleParserError instead of AssertionError 2015-06-06 09:16:38 -05:00
included_file.py Fixing includes where the included file is "{{item}}" 2015-07-06 14:30:56 -04:00
play.py Make gathering=explicit work again 2015-07-17 13:05:00 +05:30
playbook_include.py Make sure tags are pulled out of playbook includes properly 2015-06-30 16:09:04 -04:00
taggable.py Fixes a bug whereby tags are expected to be a set 2015-06-30 07:18:41 -04:00
task.py Don't add module args into variables at all 2015-06-27 01:01:51 -04:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00