Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 in ISAR/ansible-tomcat from bugfix/ISAR-332-an…
Browse files Browse the repository at this point in the history
…sible-tomcat-fix-download-url to next

* commit '5021b9de994ace256b34e43078d0e6e60699fa94':
  fix major version
  • Loading branch information
Anja Siek committed Jan 15, 2018
2 parents 9cb45c7 + 5021b9d commit d3403e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tomcat_supported_distributions:
tomcat_redis_filename: apache-tomcat-{{ tomcat_version }}.tar.gz

# abstract Tomcat major version
tomcat_version_major: "{{ tomcat_version|truncate(1, True, '') }}"
tomcat_version_major: "{{ tomcat_version[0] }}"

# instances base directory
tomcat_instance_dirs:
Expand Down

0 comments on commit d3403e9

Please sign in to comment.