diff --git a/playbooks/update-proxy-dns.yml b/playbooks/update-proxy-dns.yml index 0730617a3c..7d2d7b5317 100644 --- a/playbooks/update-proxy-dns.yml +++ b/playbooks/update-proxy-dns.yml @@ -22,7 +22,7 @@ when: nodns is not defined or not "true" in nodns - name: Clone the dns repo into /var/tmp/dns-checkout..... - local_action: git repo=/git/dns/ dest={{tmp.stdout}} + local_action: git repo=/srv/git/dns/ dest={{tmp.stdout}} when: nodns is not defined or not "true" in nodns - name: Run zone-template (fedoraproject.org)