Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and Dušan Markovič committed Nov 7, 2022
1 parent d0f2472 commit d04afde
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 d04afde

Please sign in to comment.