Skip to content

Can't change tomcat version per instance #49

Open
@marcin-github

Description

@marcin-github

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions