update-proxy-dns: fix git path for dns repo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d248786aec
commit
9d6323d11d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue