ansible/lib/ansible/playbook
Peter Sprygada c06b10eedd fix play_context connection_user attribute (#21640)
The connection user needs to be set from the original play_context and
not the copy.  This fixes that problem
2017-02-19 17:11:48 -05:00
..
role Call parent super() in RoleDefinition init before doing other stuff 2017-02-10 08:27:26 -06:00
__init__.py
attribute.py
base.py Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
become.py
block.py Update any_errors_fatal field attributes in block/task to match play 2017-02-17 10:25:27 -06:00
conditional.py Fix for bug in Conditional for older jinja2 versions 2017-01-16 13:06:09 -06:00
handler.py
handler_task_include.py
helpers.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
included_file.py
loop_control.py
play.py Configurable fact path (#18147) 2017-01-12 10:49:04 -05:00
play_context.py fix play_context connection_user attribute (#21640) 2017-02-19 17:11:48 -05:00
playbook_include.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
role_include.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
taggable.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
task.py Update any_errors_fatal field attributes in block/task to match play 2017-02-17 10:25:27 -06:00
task_include.py