DCD-224: Var rename for clarity

This commit is contained in:
Steve Smith
2019-04-09 12:07:47 +10:00
parent 643a44a26e
commit 5ffdf0cb33
3 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
vars:
atl_product_user: "testuser"
atl_product_home: "/opt/atlassian/product"
atl_temp_dir: "/opt/atlassian/temp"
atl_installer_temp: "/opt/atlassian/temp"
roles:
- role: product_base

View File

@@ -13,4 +13,4 @@
owner: "{{ atl_product_user }}"
with_items:
- "{{ atl_product_home }}"
- "{{ atl_temp_dir }}"
- "{{ atl_installer_temp }}"