community.general/lib/ansible/plugins
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
..
action Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
cache Config continued (#31024) 2017-11-16 13:49:57 -05:00
callback Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
cliconf New enos_facts, + module_utils/enos.py. modifying copyright year in rest all (#31696) 2017-11-08 15:55:46 +00:00
connection ANSIBLE_SSH_USETTY configuration option (#33148) 2017-11-22 11:19:43 -05:00
filter Add new filter to parse xml output for network use cases (#31562) 2017-11-21 12:16:18 +05:30
inventory make vars only group declarations an error 2017-11-21 14:40:02 -05:00
lookup fixed syntax error (#33185) 2017-11-22 14:00:17 +00:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell minor become/runas cleanup (#32564) 2017-11-06 11:24:04 -08:00
strategy shuts down persistent connections at end of play run (#32825) 2017-11-22 15:30:06 +00:00
terminal Back to 'prompt' for authorize prompt (#32932) 2017-11-15 12:22:14 -05:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py add lookups to config system (#33026) 2017-11-20 09:24:10 -05:00