Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomcat upgrade not installed #22

Open
jbrown-xentity opened this issue Oct 15, 2020 · 0 comments
Open

Tomcat upgrade not installed #22

jbrown-xentity opened this issue Oct 15, 2020 · 0 comments

Comments

@jbrown-xentity
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant