From: Ken Dreyer Date: Tue, 18 Aug 2015 19:40:21 +0000 (-0600) Subject: puddle: accept hostkey when cloning distill's rcm-metadata.git X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F115%2Fhead;p=ceph-cm-ansible.git puddle: accept hostkey when cloning distill's rcm-metadata.git I recently switched rcm-metadata.git to use the git:// protocol instead of http://. When operating on a repository that uses a protocol other than HTTP, Ansible's git module unconditionally requires accept_hostkey to be set. (See https://github.com/ansible/ansible-modules-core/issues/1931 for the upstream report.) --- diff --git a/roles/puddle/tasks/distill/configure.yml b/roles/puddle/tasks/distill/configure.yml index 649b252f..7ca80e3a 100644 --- a/roles/puddle/tasks/distill/configure.yml +++ b/roles/puddle/tasks/distill/configure.yml @@ -14,6 +14,7 @@ repo: "{{ distill.rcm_metadata_repo }}" update: no version: ceph + accept_hostkey: yes # distill requires this symlink in order to run. - name: symlink /mnt/brew