mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
update-proxy-dns: fix git path for dns repo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user