ctucx.git: ansible-configs

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

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

roles/bind: some improvements
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/roles/bind/tasks/install.yml b/roles/bind/tasks/install.yml
@@ -4,8 +4,6 @@
   apk:
     name: bind
     state: present
-    update_cache: yes
-  notify: "Restart bind"
   when: 
     - ansible_distribution == "Alpine" 
 

@@ -13,7 +11,5 @@
   pacman:
     name: bind
     state: present
-    update_cache: yes
-  notify: "Restart bind"
   when: 
     - ansible_distribution == "Archlinux"