ctucx.git: ansible-configs

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

commit 9e149fc59c51fc8c22e2ee38bad74861d97d8a29
parent f63980401462eca00b885efb144da08330c7f8bb
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 22 Feb 2021 11:41:36 +0100

roles/acme-redirect: some improvements
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/roles/acme-redirect/tasks/install.yml b/roles/acme-redirect/tasks/install.yml
@@ -4,16 +4,12 @@
   apk:
     name: acme-redirect
     state: present
-    update_cache: yes
   when:
     - ansible_distribution == "Alpine"
-  notify: "Restart acme-redirect"
 
 - name: "[Archlinux] Install package: acme-redirect"
   pacman:
     name: acme-redirect
     state: present
-    update_cache: yes
   when:
     - ansible_distribution == "Archlinux"
-  notify: "Restart acme-redirect"