ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 09aa13640686f1ee3dfd510cef228bdd267e44c6
parent 1b847afe8c61095d83f2a6d62cc06bf647f327ea
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 23 Feb 2021 21:27:09 +0100

grrr
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/roles/common/tasks/packages.yml b/roles/common/tasks/packages.yml
@@ -59,11 +59,12 @@
   when:
     - ansible_distribution == "Archlinux"
 
-- fail:
-    msg: "[Archlinux] Repos have been updated, please upgrade the system manually and restart the playbook"
-  when:
-    - ansible_distribution == "Archlinux"
-    - pacman_update.changed
+# TODO: make this check work 
+#- fail:
+#    msg: "[Archlinux] Repos have been updated, please upgrade the system manually and restart the playbook"
+#  when:
+#    - ansible_distribution == "Archlinux"
+#    - pacman_update.changed
 
 
 - name: "[Alpine] Install common packages"