mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Running the test with a locale other than English make that test fail
While tests are supposed to be run in docker, people might still want to use them on their own boxes.
This commit is contained in:
@@ -421,6 +421,8 @@
|
||||
register: remote_url
|
||||
args:
|
||||
chdir: '{{ checkout_dir }}'
|
||||
environment:
|
||||
LC_ALL: C
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user