Add accept_hostkey to git command
This commit is contained in:
parent
58f43c7689
commit
c9349cbdc8
|
@ -4,7 +4,7 @@
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: update dns-infrastructure git repo
|
- name: update dns-infrastructure git repo
|
||||||
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/bind/dns-infrastructure version=debian-master update=yes
|
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/bind/dns-infrastructure version=debian-master update=yes accept_hostkey=yes
|
||||||
notify:
|
notify:
|
||||||
- reload nameserver daemon
|
- reload nameserver daemon
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Reference in New Issue