ansible/lib/ansible/executor
Felix Fontein 27f547b4d3
[2.10] Fix missing ansible.builtin FQCNs in hardcoded action names (#72457)
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)

* Make sure hard-coded action names also check for FQCN.
* Use _add_internal_fqcn() to avoid hardcoded lists and typoes.

(cherry picked from commit da60525610)

* Replace some more FQCNs.

(cherry picked from commit 72302dd611)
2020-12-07 16:59:12 -06:00
..
discovery Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
powershell win async - use full path for powershell (#70703) (#70714) 2020-07-21 11:20:35 -07:00
process fix vault temp file handling (#68433) 2020-03-25 15:24:04 -04:00
__init__.py
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
interpreter_discovery.py Make Python path warning say what it means to say (#69669) 2020-05-29 13:15:11 -04:00
module_common.py Adjust action groups to moved modules (#72428) (#72496) 2020-12-07 16:58:42 -06:00
play_iterator.py Fix play stats when rescue block is a child block (#70922) (#71334) 2020-08-28 12:23:30 -05:00
playbook_executor.py avoid constant checking controlpersist (#69910) 2020-06-09 11:59:38 -04:00
stats.py Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
task_executor.py [2.10] Fix missing ansible.builtin FQCNs in hardcoded action names (#72457) 2020-12-07 16:59:12 -06:00
task_queue_manager.py [stable-2.10] Fix super annoying Python 2.6 multiprocessing.Queue stack trace in CI (#72604) (#72608) 2020-11-20 13:10:11 -06:00
task_result.py [2.10] Fix missing ansible.builtin FQCNs in hardcoded action names (#72457) 2020-12-07 16:59:12 -06:00