From 7a7a808e0cd84e8d2579c04896cf40975a3b8734 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Jun 2016 18:22:23 -0600 Subject: [PATCH] Only clone the keys repo once per execution Signed-off-by: Zack Cerza --- roles/users/tasks/update_keys.yml | 1 + 1 file changed, 1 insertion(+) 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 }}" -- 2.39.5