From 400a3e51e5ecac37abfeac5c475857fda771770c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 26 Sep 2024 21:50:08 +0900 Subject: [PATCH] Ensure en language pack is installed ... to avoid the following error in rabbitmq_user provider. Cannot parse invalid user line: /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Change-Id: I22534383ef8f6e0da860f53501eb8ccbc256de87 --- playbooks/prepare-node-common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index 72ce19e7b..7f39d55dd 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -42,6 +42,8 @@ - libxslt-devel - ruby-devel - zlib-devel + - langpacks-en + - glibc-langpack-en when: - ansible_os_family == 'RedHat'