Open
Description
Describe the bug
When a download of the specified version of tomcat is called, the file is only downloaded the first time. If a new version of tomcat is specified using the tomcat_version9
variable and the playbook is run on the same host, tomcat is not updated.
Playbook
Please paste the playbook you are using. (Consider requirements.yml
and
optionally the command you've invoked.)
latest version
Run on multiple hosts with tomcat already installed, every command was reported as "skipped".
---
- name: Deploy Tomcat
hosts: catalog-fgdc2iso
roles:
- role: robertdebock.bootstrap
- role: robertdebock.core_dependencies
- role: robertdebock.java
- role: robertdebock.tomcat
vars:
tomcat_version9: "9.0.37"
tomcat_instances:
- name: "tomcat"
version: 9
address: "127.0.0.1"
Output
All tasks reported as "skipped".
Environment
- Control node OS: Ubuntu 18.04.5
- Control node Ansible version: 2.8.15
- Managed node OS: Ubuntu 18.04.5
Please consider sponsoring me.
Metadata
Metadata
Assignees
Labels
No labels