ctucx.git: ansible-configs

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

commit aa324523a9c2dfed9025ff7e8fbaabbdbc9a40ba
parent f25ed4085077e3cacee805ca38821f7497dfbc8f
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 30 Nov 2021 11:41:40 +0100

roles/bind: force-clone zones-repo
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/roles/bind/tasks/configure.yml b/roles/bind/tasks/configure.yml
@@ -4,6 +4,7 @@
   git:
     repo: '{{ services.bind.zonesRepo }}'
     dest: /var/lib/named/zones
+    force: true
   notify: "Restart bind"
   when:
     - services.bind.zonesRepo is defined