update-proxy-dns: fix git path for dns repo

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-08-12 13:46:30 -07:00
parent d248786aec
commit 9d6323d11d

View file

@ -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)