summaryrefslogtreecommitdiff
path: root/roles/isso/main.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-21 22:50:20 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-21 22:50:20 -0500
commit7aa7a12bd17fb79f0035588d92803cf0ca3f644f (patch)
tree256b32890411787a57c3355b3e979556006832c7 /roles/isso/main.yml
parent44d26cea33e5c02138a03b7eb3e921e403b0a47d (diff)
downloadplaybooks-7aa7a12bd17fb79f0035588d92803cf0ca3f644f.tar.gz
playbooks-7aa7a12bd17fb79f0035588d92803cf0ca3f644f.tar.bz2
playbooks-7aa7a12bd17fb79f0035588d92803cf0ca3f644f.zip
roles/isso/main.yml: Use deploy path variable
Diffstat (limited to 'roles/isso/main.yml')
-rw-r--r--roles/isso/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/isso/main.yml b/roles/isso/main.yml
index 7768b49..36c1e02 100644
--- a/roles/isso/main.yml
+++ b/roles/isso/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