updated user

This commit is contained in:
Azra Sulthana
2019-07-19 10:14:58 +05:30
parent 2c25fb2020
commit f7c933e965

View File

@@ -50,8 +50,8 @@
- name: Limit permissions on the installation directory - name: Limit permissions on the installation directory
file: file:
path: "{{ atl_product_installation_versioned }}" path: "{{ atl_product_installation_versioned }}"
owner: "root" owner: "{{ atl_product_user }}"
group: "root" group: "{{ atl_product_user }}"
mode: "u=rwX,g=rX,o=rX" mode: "u=rwX,g=rX,o=rX"
recurse: true recurse: true
with_items: with_items: