Merge remote-tracking branch 'origin/master' into feature/AZURE-211-add-sql-server-support-to-crow

This commit is contained in:
dbacon
2020-07-24 08:20:48 +01:00
18 changed files with 55 additions and 12 deletions

View File

@@ -94,6 +94,15 @@
- "{{ atl_product_installation_versioned }}/apache-tomcat/work"
changed_when: false # For Molecule idempotence check
- name: Create conf/Catalina directory owned by product so catalina.out logging works
file:
path: "{{ atl_product_installation_versioned }}/conf/Catalina"
state: directory
mode: "u=rwX,g=rX,o-rwx"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
changed_when: false # For Molecule idempotence check
- name: Symlink Crowd shared home directory
file:
src: "{{ atl_product_home_shared }}"