From 9d6323d11dff49cd33c2c76d894f449232880dec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 12 Aug 2020 13:46:30 -0700 Subject: [PATCH] update-proxy-dns: fix git path for dns repo Signed-off-by: Kevin Fenzi --- playbooks/update-proxy-dns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)