Closed RobertFloor closed 1 year ago
Hello @RobertFloor , PRs are always welcomed. If you wish to separate the setup tasks from the systemd tasks I have nothing in contrary. At that point we could even provide a flag to indicate whether to execute the systemd steps or not. Mind that we are about to rename all variables shortly... you might prefer to base your PR on top the renaming
Hi, Thanks for your response. Previously we developed AMQ playbooks based on this code (https://github.com/redhat-cop/jboss_amq) with several modifications. We are investigating if we can switch over to this playbook. Thank you for the help so far
Closed with #43
SUMMARY
Hi, thank you so far for the nice project. I was reviewing the code and was wondering why the tasks configure.yml and upgrade.yml are part of the systemd.yml task. I think it would be more logical to include them as separate tasks in the main.yml. Would it be possible to change this or are you open to a pull request which would include them as separate tasks in the main.yml?
Thank you in advance,
Also the current main.yaml is a combination of include_tasks and specific log tasks which is not the most logical combination