summaryrefslogtreecommitdiff
path: root/roles/vault
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-30 00:54:38 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-30 00:54:38 -0500
commita5052fffec5686350bb7ce438632df44ba1374a5 (patch)
tree165a6e27781ab852de0a70177d866a052ad6485f /roles/vault
parent79f564a9b5928cdd8f4e023058910bece68fc777 (diff)
downloadplaybooks-a5052fffec5686350bb7ce438632df44ba1374a5.tar.gz
playbooks-a5052fffec5686350bb7ce438632df44ba1374a5.tar.bz2
playbooks-a5052fffec5686350bb7ce438632df44ba1374a5.zip
roles/vault/main.yml: Home is deploy_path
Diffstat (limited to 'roles/vault')
-rw-r--r--roles/vault/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vault/main.yml b/roles/vault/main.yml
index e8d0f61..06e45f3 100644
--- a/roles/vault/main.yml
+++ b/roles/vault/main.yml
@@ -15,7 +15,7 @@
state: present
name: "{{ username }}"
groups: "{{ username }}"
- home: "/opt/{{ username }}"
+ home: "{{ deploy_path }}"
- name: Installing the required dependencies
apk:
state: present