mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITPLT-3785 ugh bad indentation
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
recurse: true
|
recurse: true
|
||||||
loop: "{{ atl_product_installation_versioned_file_list.files }}"
|
loop: "{{ atl_product_installation_versioned_file_list.files }}"
|
||||||
changed_when: false # For Molecule idempotence check
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
- name: Grant access to the product working directories
|
- name: Grant access to the product working directories
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
recurse: true
|
recurse: true
|
||||||
loop: "{{ atl_product_installation_versioned_file_list.files + atl_product_installation_versioned_tomcat_file_list.files }}"
|
loop: "{{ atl_product_installation_versioned_file_list.files + atl_product_installation_versioned_tomcat_file_list.files }}"
|
||||||
changed_when: false # For Molecule idempotence check
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
- name: Grant access to the product working directories
|
- name: Grant access to the product working directories
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
group: "root"
|
group: "root"
|
||||||
mode: "u=rwX,g=rX,o=rX"
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
recurse: true
|
recurse: true
|
||||||
loop: "{{ atl_product_installation_versioned_file_list.files }}"
|
loop: "{{ atl_product_installation_versioned_file_list.files }}"
|
||||||
changed_when: false # For Molecule idempotence check
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
- name: Grant access to the product working directories
|
- name: Grant access to the product working directories
|
||||||
|
|||||||
Reference in New Issue
Block a user