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

Add become_user to artemis commands #17

Conversation

guidograzioli
Copy link
Member

Fix #13

@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Aug 29, 2022
ansible.builtin.include_role:
name: amq_broker
when: local_archive_path.stat.exists
Copy link
Contributor

Choose a reason for hiding this comment

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

@guidograzioli yet another opportunity for the exists jinja filter!

Copy link
Member Author

Choose a reason for hiding this comment

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

will open a PR

- name: Set ownership on nfs mounted parent
file:
path: /opt/amq/amq-broker/
Copy link
Contributor

Choose a reason for hiding this comment

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

@guidograzioli is there not a amq_home variable to be used here? This hard coded path will be complicated the minute user use a different folder for AMQ.

Copy link
Member Author

Choose a reason for hiding this comment

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

it is in a test preparation, before the role executes (with the defaults)

@guidograzioli guidograzioli merged commit 0a5b0c3 into ansible-middleware:main Aug 30, 2022
@guidograzioli guidograzioli changed the title Add become_user to artemis commands Add become_user to artemis commands Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AMQ-program directory is owned by root.
2 participants