community.general/lib/ansible/playbook
Peter Sprygada ac6892efe4 set the play_context connection_user before mapping magic variables (#28599)
This change moves when the connection_user is set in the play_context to
set it before the magic variables are mapped.  If the connection_user
is not set before the mapping, the connection_user will be incorrectly set
for local connections

fixes #26120
2017-08-24 14:49:42 -04:00
..
role Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
__init__.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py added diff as new keyword (#28581) 2017-08-24 14:43:19 +02:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
block.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py helpers.py: Fixes #27334 include empty task file within a 'block' dis… (#27811) 2017-08-08 09:48:39 -04:00
included_file.py Properly copy the role path when the IncludeRole object is copied 2017-08-04 14:30:40 -04:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
play_context.py set the play_context connection_user before mapping magic variables (#28599) 2017-08-24 14:49:42 -04:00
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
role_include.py validate include_role args (#28077) 2017-08-11 15:21:12 -04:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00