bifrost/playbooks/roles/bifrost-create-dib-image/defaults/main.yml
Julia Kreger a4e9b4c460 Explicitly set language for DIB builds
Diskimage-builder passes the localization environment variables
through to the image being built. Ansible is explicitly setting
"en_US.UTF-8" by default. Depending on the DIB build underway,
and the base image, programs executing in that environment
may fail to execute if localization is not present in the base
image.

As such, we will override the settings for the DIB step.

Closes-Bug: #1563338
Change-Id: I05f0eeb71d3c227b2d8ece52c603c8cfe480c46c
2016-03-29 10:20:22 -04:00

19 lines
407 B
YAML

---
dib_os_element: "debian"
dib_init_element: "simple-init"
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
dib_clearenv: false
dib_notmpfs: false
dib_offline: false
dib_skipbase: false
dib_packages: ""