ensure atl_product_home exists and is owned by product user

This commit is contained in:
Lee Goolsbee
2024-03-26 17:49:16 -05:00
parent 2b2d35e065
commit ed14988005

View File

@@ -1 +1,9 @@
---
- name: Create the product local home directory
ansible.builtin.file:
path: "{{ atl_product_home }}"
state: directory
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
mode: "0754"
changed_when: false # For Molecule idempotence check