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

Can't change tomcat version per instance #49

Open
marcin-github opened this issue May 11, 2022 · 0 comments
Open

Can't change tomcat version per instance #49

marcin-github opened this issue May 11, 2022 · 0 comments

Comments

@marcin-github
Copy link

Describe the bug

I can't change version of tomcat per instance.

Playbook

---
tomcat_instances:
  - name: "tomcat-9-test"
    version: 9
    user: "tomcat-9-test"
    group: "tomcat-9-test"

Changing version globaly using:

---
tomcat_version: 9
tomcat_instances:
  - name: "tomcat-9-test"
    version: 9
    user: "tomcat-9-test"
    group: "tomcat-9-test"

works.

Environment

  • robertdebock.tomcat,5.3.4
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