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/test/integration/targets/ansible
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>
3 years ago
..
callback_plugins Make it so callback plugins can act on implicit/explicit meta tasks (#71009) 4 years ago
adhoc-callback.stdout adhoc: Load callbacks before sending v2_playbook_on_start (#67673) 5 years ago
aliases
ansible-testé.cfg Add collection path in CLI version info (#68633) 4 years ago
module_common_regex_regression.sh [controller ansiballz] escape directory regex (#74270) 3 years ago
no-extension
playbook.yml Make it so callback plugins can act on implicit/explicit meta tasks (#71009) 4 years ago
playbookdir_cfg.ini ansible-doc role arg spec support (#72120) 4 years ago
runme.sh [controller ansiballz] escape directory regex (#74270) 3 years ago
vars.yml