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
Rick Elrod 7ef3dc2b8b
[controller ansiballz] escape directory regex (#74270)
Change:
- We were passing a directory name directly to re.compile().
  If the directory isn't valid regex (or is) this can have odd side
  effects, such as crashing.
- Fix a few other similar cases, but less likely to be a real issue.

Test Plan:
- New test

Signed-off-by: Rick Elrod <rick@elrod.me>
5 years ago
..
discovery Python interpreter discovery (#50163) 7 years ago
powershell rethink wording (#70028) 5 years ago
process Fix fallback to devnull when trying to preserve stdin in worker (#74192) 5 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 9 years ago
action_write_locks.py Clarify the comments for action_write_locks 8 years ago
interpreter_discovery.py Make Python path warning say what it means to say (#69669) 6 years ago
module_common.py [controller ansiballz] escape directory regex (#74270) 5 years ago
play_iterator.py Add implicit role_complete block instead of role._eor (#72208) 5 years ago
playbook_executor.py run playbook from collections (#67435) 5 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 7 years ago
task_executor.py Fix debug factsetter (#74067) 5 years ago
task_queue_manager.py Fix super annoying Python 2.6 multiprocessing.Queue stack trace in CI (#72604) 5 years ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 5 years ago