Skip to content

Commit

Permalink
Set LANG=en_US.UTF-8 for testing curator_cli commands (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Feb 12, 2021
1 parent 89f0b6d commit ca6fc08
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
block:
- name: Test curator_cli commands for new cron jobs with --dry-run
command: "{{ curator_test_cmd }}"
environment:
LANG: en_US.UTF-8 # required for RHEL 7
changed_when: false
failed_when: false
register: result
Expand Down

0 comments on commit ca6fc08

Please sign in to comment.