community.general/lib/ansible/playbook
James Cammarata d8ae4dfbf2 Adding aliases for field attributes and renaming async attribute (#33141)
* Adding aliases for field attributes and renaming async attribute

As of Python 3.7, the use of async raises an error, whereas before the use
of the reserved word was ignored. This adds an alias field for field attrs
so that both async and async_val (interally) work. This allows us to be
backwards-compatible with 3rd party plugins that may still reference Task.async,
but for the core engine to work on Py3.7+.

* Remove files fixed for 'async' usage from the python 3.7 skip list
2017-11-22 12:35:58 -08:00
..
role Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
__init__.py better error on bad playbook encoding 2017-09-14 08:53:15 -07:00
attribute.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
base.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
block.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05: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 Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
included_file.py Correctly create include_role blocks when using loops (#30372) 2017-09-14 15:56:12 -05:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
play_context.py Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
playbook_include.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
role_include.py avoid include_Xs conflating vars with options (#30954) 2017-09-27 19:53:10 -04:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
task_include.py avoid include_Xs conflating vars with options (#30954) 2017-09-27 19:53:10 -04:00