Fix unicode integration test.
This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
This commit is contained in:
parent
1bed2cbb9d
commit
2d15811843
1 changed files with 1 additions and 1 deletions
|
@ -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' "$@"
|
||||
|
|
Loading…
Reference in a new issue