Skip to content

Commit

Permalink
Misc: rm invalid vars from name during install
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Apr 14, 2022
1 parent 128f8e1 commit 127406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jws/tasks/install/zipfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- native_zipfile is defined
- native_zipfile | length > 0

- name: "Install {{ tomcat.service.hr_name }} and required binaries from local zipfiles ({{ item.src }}) to {{ item.creates }} (install method: {{ tomcat.install_method }})"
- name: "Install {{ tomcat.service.hr_name }} and required binaries from local zipfiles (install method: {{ tomcat.install_method }}"
unarchive:
remote_src: yes
src: "{{ tomcat_install_dir }}/{{ item.src }}"
Expand Down

0 comments on commit 127406b

Please sign in to comment.