Skip to content

Commit

Permalink
fix default yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-clara committed Apr 12, 2021
1 parent d0d008b commit 3501b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ _tomcat_unarchive_urls:
url: "{{ tomcat_mirror }}/dist/tomcat/tomcat-9/v{{ tomcat_version9 }}/bin/apache-tomcat-{{ tomcat_version9 }}.tar.gz"

tomcat_unarchive_url: "{{ _tomcat_unarchive_urls[tomcat_version].url }}"

...
1 change: 1 addition & 0 deletions tasks/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
group: "{{ instance.group | default(tomcat_group) }}"
mode: "0640"
when:
- instance.neutral_default_page is defined
- instance.neutral_default_page

- name: loop over config_files
Expand Down

0 comments on commit 3501b9b

Please sign in to comment.