Commit 292da96
Dmitriy Rabotyagov
Ensure locale is always set for Ansible
In some cases, environment from the operator localhost can
be passed to the deploy host, uncluding used locales.
With that, not always the selected locale will be present on the deploy
host, and LC_ALL can be not defined either, for example on Debian 13.
Adding default LC_ALL env var for bootstrap and runtime of
openstack-ansible ensures that locale is
set correcttly. Otherwise, Ansible may fail with
"unsupported locale setting".
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/965798
Change-Id: I388263019c035744517374fdec2aa5f84408fbf4
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>1 parent 57fcf40 commit 292da96
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments