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
Peter Sprygada 58ee661437 fixes play context connection user (#21776)
Does't map remote_user back into vars if connection is local to preserve
the user variable.  This is done to be able to set connection_user
prop in play_context for the network_cli plugin connection
9 years ago
..
role Call parent super() in RoleDefinition init before doing other stuff 9 years ago
__init__.py Convert playbook basedir into unicode at the borders 9 years ago
attribute.py smart quotes, die die die. 9 years ago
base.py Stash post-validated fields of the task in the TaskResult 9 years ago
become.py Some further cleanup in the meta branch 9 years ago
block.py Update any_errors_fatal field attributes in block/task to match play 9 years ago
conditional.py Additional lock down of conditionals 9 years ago
handler.py FEATURE: handler listeners 10 years ago
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 10 years ago
helpers.py PEP 8 indent cleanup. (#20800) 9 years ago
included_file.py Move tasks/blocks to a single parent model 9 years ago
loop_control.py implemented loop pausing (#17289) 9 years ago
play.py Skip fact gathering if the entire play was included via conditional and False (#21734) 9 years ago
play_context.py fixes play context connection user (#21776) 9 years ago
playbook_include.py Skip fact gathering if the entire play was included via conditional and False (#21734) 9 years ago
role_include.py PEP 8 whitespace cleanup. (#20783) 9 years ago
taggable.py PEP 8 E111 & E114 cleanup. (#20838) 9 years ago
task.py Update any_errors_fatal field attributes in block/task to match play 9 years ago
task_include.py Several fixes for includes 9 years ago