This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
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.
Adding chown -R for newly created user to install path
Tested on Ubuntu bionic with activemq 5.16.0
GitHub Issue: (link)
Release pull requests, etc.)
What does this Pull Request do?
This little peace of code added for me in Ubuntu 18.04 bionic beaver the chown -R for an activemq installation.
And it fixed a bug which occur if I try to run the service with the newly created user, because of missing permissions to run the activemq.
What's new?
How should this be tested?
With Ubuntu 18.04 and activemq 5.16.0 and just run the playbook.
Additional Notes:
Thanks for this great ansible playbook! :)
I it is not overloaded and I can simply embedded in any other playbook through roles/activemq/
.
It stopped me from writing a lot of code.
Interested parties
Tag (@ mention) interested parties or, if unsure, @Islandora-Devops/committers