Skip to content

Commit

Permalink
Readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Aug 25, 2023
1 parent c4bd9c3 commit cb98ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
dest: "{{ tomcat_directory }}/{{ instance.name }}/bin/setenv.sh"
mode: "0644"
when:
- (instance.java_opts is defined) or (instance.xms is defined) or (instance.xmx is defined)
- instance.java_opts is defined or
instance.xms is defined or
instance.xmx is defined
notify:
- Restart tomcat instance

Expand Down

0 comments on commit cb98ab6

Please sign in to comment.