mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3785 item.path, not just the item
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
- name: Limit permissions on files and directories in the installation directory, recursively, excluding working directories
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
path: "{{ item.path }}"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
- name: Limit permissions on files and directories in the installation and tomcat directories, recursively, excluding working directories
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
path: "{{ item.path }}"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
- name: Limit permissions on files and directories in the installation directory, recursively, excluding working directories
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
path: "{{ item.path }}"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
|
||||
Reference in New Issue
Block a user