Updated YAML Example Playbook#253
Open
Siddharthablog wants to merge 1 commit intoansible-middleware:mainfrom
Open
Updated YAML Example Playbook#253Siddharthablog wants to merge 1 commit intoansible-middleware:mainfrom
Siddharthablog wants to merge 1 commit intoansible-middleware:mainfrom
Conversation
Member
|
@Siddharthablog Plus fix the yaml format here https://github.com/ansible-middleware/amq/blob/main/roles/activemq/README.md?plain=1#L544-L551 as well |
Author
Member
|
@Siddharthablog make the 2 commit as one , as it's a single issue only. |
Updated YAML for activemq Example Playbook Updated YAML for activemq uninstall Example Playbook
Author
|
@RanabirChakraborty Done! |
Member
|
@Siddharthablog please see the earlier comments and fix accordingly. |
Member
|
@Siddharthablog Are you looking into this? |
Author
|
@hcherukuri I am unable to understand where exactly change is required, as per my understanding I have already updated the YAML file. So please you can look into it. Thanks |
RanabirChakraborty
requested changes
Apr 16, 2026
|
|
||
| roles: | ||
| - middleware_automation.amq.activemq_uninstall | ||
| - role: middleware_automation.amq.activemq_uninstall |
Member
There was a problem hiding this comment.
remove "-role" keep it the way it was before.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Added a comprehensive example playbook with common and advanced variables for ActiveMQ uninstall.
Clarified usage of the roles: section and provided correct playbook formatting for role invocation.