ctucx.git: ansible-configs

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

commit 65e0a41ff367967ea4cec22420720ba1965b6328
parent 195e31053984eac5263ba136285bc8eede39b7a0
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 22 Feb 2021 11:42:27 +0100

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