-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add custom url download and selinux for jws #43
Merged
guidograzioli
merged 12 commits into
ansible-middleware:main
from
guidograzioli:offline_or_alt_url
Mar 24, 2022
Merged
Add custom url download and selinux for jws #43
guidograzioli
merged 12 commits into
ansible-middleware:main
from
guidograzioli:offline_or_alt_url
Mar 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5f744f8
to
6d83091
Compare
dfaeaca
to
051ba47
Compare
051ba47
to
5dc75ab
Compare
rpelisse
reviewed
Mar 24, 2022
roles/jws/vars/main.yml
Outdated
@@ -64,7 +64,7 @@ tomcat: | |||
stickySessionRemove: "{{ tomcat_modcluster_stickySessionRemove }}" | |||
service: | |||
enabled: "{{ tomcat_systemd_enabled }}" | |||
name: "{{ tomcat_service_name }}" | |||
name: "{{ tomcat_service_name }}.service" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guidograzioli not a big deal, but I did it differently. I've added this .service where its needed only (so in the validation part).
rpelisse
approved these changes
Mar 24, 2022
5dc75ab
to
bd17678
Compare
bd17678
to
095c53a
Compare
This was referenced Mar 24, 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #9 #41 #42
This is now ready
pending github actions build (service is currently down)