diff --git a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml index 108402afd..514fc4067 100644 --- a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml +++ b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml @@ -5,6 +5,9 @@ dib_env_vars: http_proxy: "{{ lookup('env','http_proxy') }}" https_proxy: "{{ lookup('env','https_proxy') }}" DIB_INSTALLTYPE_simple_init: repo + LANG: C + LC_ALL: C + LC_MESSAGES: C build_ramdisk: false dib_trace: false dib_uncompressed: false