mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -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
|
- name: Limit permissions on files and directories in the installation directory, recursively, excluding working directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item.path }}"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
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
|
- name: Limit permissions on files and directories in the installation and tomcat directories, recursively, excluding working directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item.path }}"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
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
|
- name: Limit permissions on files and directories in the installation directory, recursively, excluding working directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item.path }}"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
|
|||||||
Reference in New Issue
Block a user