From: Zack Cerza Date: Thu, 23 Jun 2016 23:26:02 +0000 (-0600) Subject: Put the keys repo in ~/.cache/src/ by default X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4e8169b326567289a0ea8a5dce3ae2e283897241;p=ceph-cm-ansible.git Put the keys repo in ~/.cache/src/ by default To avoid multiple invocations by different users on the same host stepping on each other. Signed-off-by: Zack Cerza --- diff --git a/roles/users/defaults/main.yml b/roles/users/defaults/main.yml index 9a032a2..93a7722 100644 --- a/roles/users/defaults/main.yml +++ b/roles/users/defaults/main.yml @@ -26,4 +26,4 @@ revoked_users: [] # specified. keys_repo: "https://github.com/ceph/keys" # Where to clone keys_repo on the *local* disk -keys_repo_path: "/tmp/src/keys" +keys_repo_path: "~/.cache/src/keys"