We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0dc07d + 292da96 commit f6572a8Copy full SHA for f6572a8
2 files changed
scripts/bootstrap-ansible.sh
@@ -215,6 +215,7 @@ export ANSIBLE_CONFIG="none-ansible.cfg"
215
export ANSIBLE_COLLECTIONS_PATH="/etc/ansible"
216
export ANSIBLE_TRANSPORT="smart"
217
export ANSIBLE_STRATEGY="linear"
218
+export LC_ALL="${LC_ALL:-C.UTF-8}"
219
220
pushd scripts
221
if ([ -f "${ANSIBLE_COLLECTION_FILE}" ] || [ -f "${USER_COLLECTION_FILE}" ]) && [[ -z "${SKIP_OSA_COLLECTION_CLONE+defined}" ]]; then
scripts/openstack-ansible.rc
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
16
+
17
export OSA_CONFIG_DIR="${OSA_CONFIG_DIR:-/etc/openstack_deploy}"
18
19
export ANSIBLE_RETRY_FILES_ENABLED="${ANSIBLE_RETRY_FILES_ENABLED:-False}"
0 commit comments