1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
Matt Davis 6b81c36533
restore task arg splatting (#43798)
* restore task arg splatting

* reverts #41804
* supersedes #41295
* fixes #42192
* after lots of discussion amongst the core team, we decided to preserve this feature, clarify the runtime warnings/docs, and prioritize a path toward fixing the underlying behavior that causes this feature to be insecure (un-namespaced facts).

* update faq text

note that warning is disabled when inject_facts_as_vars is

* wordsmithing FAQ entry
2018-08-14 12:58:00 -07:00
..
process Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
module_common.py Switch to imp.load_module 2018-07-26 20:07:25 -07:00
play_iterator.py Add a helper to PlayIterator to recursively find the active state (#40847) 2018-05-29 15:48:32 -05:00
playbook_executor.py Only template values in vars_prompt rather than all vars (#39304) 2018-08-13 12:54:31 -04:00
stats.py Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
task_executor.py restore task arg splatting (#43798) 2018-08-14 12:58:00 -07:00
task_queue_manager.py Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
task_result.py don't assume all delegation subkeys exist (#43032) 2018-07-24 08:54:58 -04:00