Accept hostkey in dns-master.yml

This commit is contained in:
staticsafe 2014-04-12 14:08:39 -04:00
parent 4de4e15c48
commit d4b16b5787
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
gather_facts: no
tasks:
- name: update dns-infrastructure git repo
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/src/dns-infrastructure version=debian-master update=yes
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/src/dns-infrastructure version=debian-master update=yes accept_hostkey=yes
notify:
- reload nameserver daemon
handlers: