]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Put the keys repo in ~/.cache/src/ by default 253/head
authorZack Cerza <zack@redhat.com>
Thu, 23 Jun 2016 23:26:02 +0000 (17:26 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 23 Jun 2016 23:26:02 +0000 (17:26 -0600)
To avoid multiple invocations by different users on the same host
stepping on each other.

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/defaults/main.yml

index 9a032a2a2288c499b776084f12e586beb4fb76a7..93a77224c4eb9cb64d55e96c2c0c9e22bd5cdfe1 100644 (file)
@@ -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"