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:
parent
03132041fb
commit
878d0d5b87
1 changed files with 2 additions and 0 deletions
|
@ -421,6 +421,8 @@
|
|||
register: remote_url
|
||||
args:
|
||||
chdir: '{{ checkout_dir }}'
|
||||
environment:
|
||||
LC_ALL: C
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
|
Loading…
Reference in a new issue