From 60fe3fd6f5ca7c50725952c96f87aa8a11194da4 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 29 Jan 2019 03:03:16 +0000 Subject: [PATCH] issue #429: enable en_US locale to unbreak debops test. --- tests/image_prep/_container_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/image_prep/_container_setup.yml b/tests/image_prep/_container_setup.yml index e7a47915..dc0bbf53 100644 --- a/tests/image_prep/_container_setup.yml +++ b/tests/image_prep/_container_setup.yml @@ -72,6 +72,7 @@ - copy: dest: /etc/locale.gen content: | + en_US.UTF-8 UTF-8 fr_FR.UTF-8 UTF-8 when: distro == "Debian"