Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 1ed2f30

Browse files
authored
[Backport v0.8] Set LANG for testing curator_cli commands (#2062)
1 parent 887f23f commit 1ed2f30

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG-0.8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog 0.8
22

3+
## [0.8.2] 2021-XX-XX
4+
5+
### Fixed
6+
7+
- [#2049](https://github.com/epiphany-platform/epiphany/issues/2049) - Elasticsearch-curator installation fails on RedHat
8+
39
## [0.8.1] 2021-02-10
410

511
### Fixed

core/src/epicli/data/common/ansible/playbooks/roles/elasticsearch_curator/tasks/configure-cron-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
block:
5454
- name: Test curator_cli commands for new cron jobs with --dry-run
5555
command: "{{ curator_test_cmd }}"
56+
environment:
57+
LANG: en_US.UTF-8 # required for RHEL 7
5658
changed_when: false
5759
failed_when: false
5860
register: result

0 commit comments

Comments
 (0)