mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
🚨 fix yaml syntax error on ./test/integration/targets/unarchive/tasks/test_missing_binaries.yml (#86099)
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
PATH: "{{ ENV_PATH }}"
|
||||
vars:
|
||||
ENV_PATH: "{{ ansible_env['PATH']| regex_replace(re, '') }}"
|
||||
re: "[^A-Za-z](\/usr\/bin:?)"
|
||||
re: '[^A-Za-z](\/usr\/bin:?)'
|
||||
|
||||
- name: Ensure tasks worked as expected
|
||||
assert:
|
||||
|
||||
Reference in New Issue
Block a user