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/playbook
René Moser 4e0013d161 playbook, include: fix Unexpected Exception: 'NoneType' object has no attribute 'strip' (#15574)
If `include:` statement is used without argument, we get a traceback.
8 years ago
..
role centralize path list handling 8 years ago
__init__.py output color is now configurable 9 years ago
attribute.py Make the loop variable (item by default) settable per task 8 years ago
base.py Fix facts for the FieldAttribute list change in 30a38f9 8 years ago
become.py Fix misspelling and some cosmetic change 9 years ago
block.py Fix bugs related to task_includes and dep chain inheritance 9 years ago
conditional.py Another misspelling 9 years ago
handler.py Making the switch to v2 9 years ago
helpers.py Handle includes which may have been created in the flow of the playbook 8 years ago
included_file.py Make the loop variable (item by default) settable per task 8 years ago
loop_control.py Make the loop variable (item by default) settable per task 8 years ago
play.py Fix facts for the FieldAttribute list change in 30a38f9 8 years ago
play_context.py add centrify dzdo escalation (#15219) 8 years ago
playbook_include.py playbook, include: fix Unexpected Exception: 'NoneType' object has no attribute 'strip' (#15574) 8 years ago
taggable.py Split up comma-separated tags properly 9 years ago
task.py Make the loop variable (item by default) settable per task 8 years ago
task_include.py Add options to make includes 'static' 8 years ago
vars.py Making the switch to v2 9 years ago
vars_file.py Making the switch to v2 9 years ago