From 87955fd2dd552e3f0113b276dc1d8e8425f25b71 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 4 Oct 2014 22:02:18 +0000 Subject: [PATCH] This has to have accept_hostkey for newer ansible. --- playbooks/hosts/hrf.cloud.fedoraproject.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/hrf.cloud.fedoraproject.org.yml b/playbooks/hosts/hrf.cloud.fedoraproject.org.yml index d34ba13be7..43c66a1004 100644 --- a/playbooks/hosts/hrf.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/hrf.cloud.fedoraproject.org.yml @@ -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'