This has to have accept_hostkey for newer ansible.

This commit is contained in:
Kevin Fenzi 2014-10-04 22:02:18 +00:00
parent d71f6ea27e
commit 87955fd2dd

View file

@ -53,7 +53,7 @@
shell: chkconfig fail2ban on && service fail2ban start
- name: clone the flask repo
git: repo=git://github.com/fedora-infra/hrf.git dest=/srv/www/hrf
git: repo=git://github.com/fedora-infra/hrf.git dest=/srv/www/hrf accept_hostkey=true
- name: enable port 80
command: lokkit -p '80:tcp'