From: Zack Cerza Date: Fri, 24 Jun 2016 00:22:23 +0000 (-0600) Subject: Only clone the keys repo once per execution X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F254%2Fhead;p=ceph-cm-ansible.git Only clone the keys repo once per execution Signed-off-by: Zack Cerza --- diff --git a/roles/users/tasks/update_keys.yml b/roles/users/tasks/update_keys.yml index cfdff65..418b024 100644 --- a/roles/users/tasks/update_keys.yml +++ b/roles/users/tasks/update_keys.yml @@ -21,6 +21,7 @@ dest: "{{ keys_repo_path }}" when: keys_repo is defined connection: local + run_once: true - set_fact: ansible_become: "{{ ansible_become_orig }}"