Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit ade54bc)
  • Loading branch information
felixfontein authored and patchback[bot] committed Jul 12, 2022
1 parent 5bbcfa5 commit 3892c22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/integration/targets/connection/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ set -eux

# Run connection tests with both the default and C locale.

ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"
LC_ALL=C LANG=C ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"
ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"

if ansible --version | grep ansible | grep -E ' 2\.(9|10|11|12|13)\.'; then
LC_ALL=C LANG=C ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"
fi

0 comments on commit 3892c22

Please sign in to comment.