X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-system%2Ftasks%2Flocales.yml;h=77adf741bae3f7072ee242a9aeec8f73ed402e48;hb=6d84a106654ec6be99621cf6698d19973c328d79;hp=63a3e1b527d18a28232df4c82e734cde02bf2049;hpb=49d5ce7d9ca6227373e2d9ef860e7641b7b926ea;p=ansible.git 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"