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

Apply latest JWS cumulative patch when jws_apply_patches is True #94

Merged
merged 2 commits into from
Apr 22, 2022

Conversation

guidograzioli
Copy link
Member

Fix: #90

Default: false

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Apr 21, 2022
@@ -9,7 +9,7 @@

- set_fact:
tomcat_zipfile: "jws-{{ jws_version }}-application-server.zip"
native_zipfile: "jws-{{ jws_version }}-application-server-RHEL{{ ansible_facts['distribution_major_version'] }}-x86_64.zip"
native_zipfile: "jws-{{ jws_version }}-application-server-RHEL8-x86_64.zip"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this an intentional change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, my bad (it is because I was testing on fedora vms and it would resolve to "35")

@rpelisse rpelisse merged commit a1452a9 into ansible-middleware:main Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

You can't install JWS SPs
3 participants