From 6d84a106654ec6be99621cf6698d19973c328d79 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 21 Jul 2019 15:45:25 +0300 Subject: [PATCH] Feat(debian/init-system): Report locales were created --- playbooks/debian/roles/init-system/tasks/locales.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/debian/roles/init-system/tasks/locales.yml b/playbooks/debian/roles/init-system/tasks/locales.yml index 63a3e1b..77adf74 100644 --- a/playbooks/debian/roles/init-system/tasks/locales.yml +++ b/playbooks/debian/roles/init-system/tasks/locales.yml @@ -7,3 +7,7 @@ changed_when: true # Force notification notify: Configure locales when: has_locales.stdout == "0" + +- debug: + msg: "Locales has already been created" + when: has_locales.stdout != "0" -- 2.39.2