Rename product_base to product_common for consistency.

This commit is contained in:
Steve Smith
2019-04-10 09:50:10 +10:00
parent 4cdf41f30d
commit 33542f0079
11 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Converge
hosts: all
vars:
atl_product_user: "testuser"
atl_product_home: "/opt/atlassian/product"
atl_installer_temp: "/opt/atlassian/temp"
roles:
- role: linux_common
- role: product_common