🚨 fix yaml syntax error on ./test/integration/targets/unarchive/tasks/test_missing_binaries.yml (#86099)

This commit is contained in:
Shion Ichikawa
2025-10-30 07:55:26 +09:00
committed by GitHub
parent 2e8a859477
commit f2a4d6de12

View File

@@ -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: