]> git.phdru.name Git - ansible.git/commitdiff
Feat(debian/init-system): Report locales were created
authorOleg Broytman <phd@phdru.name>
Sun, 21 Jul 2019 12:45:25 +0000 (15:45 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 21 Jul 2019 12:45:25 +0000 (15:45 +0300)
playbooks/debian/roles/init-system/tasks/locales.yml

index 63a3e1b527d18a28232df4c82e734cde02bf2049..77adf741bae3f7072ee242a9aeec8f73ed402e48 100644 (file)
@@ -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"