DCD-224: Tweaks to product_base and add molecule tests.

This commit is contained in:
Steve Smith
2019-04-09 11:41:32 +10:00
parent 7984d87d29
commit 643a44a26e
7 changed files with 88 additions and 1 deletions

View File

@@ -2,5 +2,15 @@
- name: Create product user
user:
name: "{{ product_user }}"
name: "{{ atl_product_user }}"
comment: "Product runtime user"
- name: Create installation directories
file:
path: "{{ item }}"
state: directory
mode: 0750
owner: "{{ atl_product_user }}"
with_items:
- "{{ atl_product_home }}"
- "{{ atl_temp_dir }}"