mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Merged in ITPLT-4013-fix-failed-crowd-node-spinups (pull request #220)
ITPLT-4013 exclude crowd logs catalina dir from perm restriction Approved-by: Geoff Jacobs Approved-by: Lee Goolsbee Approved-by: Glenn Stewart
This commit is contained in:
@@ -83,12 +83,12 @@
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
changed_when: false # For Molecule idempotence check
|
||||
|
||||
- name: Find top-level files/directories in installation directory, excluding tomcat
|
||||
- name: Find top-level files/directories in installation directory, excluding tomcat and logs
|
||||
ansible.builtin.find:
|
||||
paths: "{{ atl_product_installation_versioned }}"
|
||||
depth: 1
|
||||
file_type: any
|
||||
excludes: apache-tomcat
|
||||
excludes: apache-tomcat,logs
|
||||
register: atl_product_installation_versioned_file_list
|
||||
|
||||
- name: Find top-level files/directories in tomcat directory, excluding working directories
|
||||
|
||||
Reference in New Issue
Block a user