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/executor
Brian Coca 0e27fa4540 restructure vars_prompt and fix regression
pushed it to use the existing propmpt from display and moved the vars prompt code there also for uniformity
changed vars_prompt to check extra vars vs the empty play.vars to restore 1.9 behaviour
sipmlified the code as it didn't need to check for syntax again (tqm is made none prior based on that)
fixes #13770
10 years ago
..
process Changing the way workers are forked 10 years ago
__init__.py Making the switch to v2 11 years ago
module_common.py add REPLACER_SELINUX back into module_common 10 years ago
play_iterator.py Fix logic in PlayIterator when inserting tasks during rescue/always 10 years ago
playbook_executor.py restructure vars_prompt and fix regression 10 years ago
stats.py Making the switch to v2 11 years ago
task_executor.py Fixing bugs in conditional testing with until and some integration runner tweaks 10 years ago
task_queue_manager.py Fixing up some non-py3 things for unit tests 10 years ago
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 10 years ago