]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Only clone the keys repo once per execution 254/head
authorZack Cerza <zack@redhat.com>
Fri, 24 Jun 2016 00:22:23 +0000 (18:22 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 24 Jun 2016 00:22:23 +0000 (18:22 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/tasks/update_keys.yml

index cfdff6539bf1cd805faddc5d187c2b3e19bdfddd..418b02451f7fc1108b631bfd4246f9b28c593a4c 100644 (file)
@@ -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 }}"