Skip to content

Commit

Permalink
Islandora-Devops#268 Redhat needs tomcat9_config_dir created.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgregg committed Oct 4, 2023
1 parent 4d2de22 commit 9b25647
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/internal/Islandora-Devops.tomcat/tasks/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---

- name: create tomcat9_config_dir
file:
path: "{{ tomcat9_config_dir }}"
state: directory
mode: "0755"
when: ansible_os_family == 'RedHat'

- name: template /etc/default/tomcat9
template:
src: tomcat-defaults.j2
Expand Down

0 comments on commit 9b25647

Please sign in to comment.