mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix unicode integration test.
This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
This commit is contained in:
@@ -4,4 +4,4 @@ set -eux
|
||||
|
||||
ansible-playbook unicode.yml -i inventory -v -e 'extra_var=café' "$@"
|
||||
# Test the start-at-task flag #9571
|
||||
ansible-playbook unicode.yml -i inventory -v --start-at-task '*¶' -e 'start_at_task=True' "$@"
|
||||
ANSIBLE_HOST_PATTERN_MISMATCH=warning ansible-playbook unicode.yml -i inventory -v --start-at-task '*¶' -e 'start_at_task=True' "$@"
|
||||
|
||||
Reference in New Issue
Block a user