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

Support all option in rabbitmq_feature_flag module #169

Open
jovial opened this issue Apr 2, 2024 · 1 comment · May be fixed by #170
Open

Support all option in rabbitmq_feature_flag module #169

jovial opened this issue Apr 2, 2024 · 1 comment · May be fixed by #170

Comments

@jovial
Copy link

jovial commented Apr 2, 2024

SUMMARY

Currently you can't do:

- name: Enable all feature flags on 'rabbit@node-1'
  community.rabbitmq.rabbitmq_feature_flag:
    name: all
    node: rabbit@node-1

As shown here:

https://www.rabbitmq.com/docs/upgrade#enable-required-feature-flags-before-attempting-the-upgrade

Since we check for the current state of the 'all' feature and this comes back as unavailable. It would be nice if we special cased the all feature to not perform this check.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

rabbitmq_feature_flag module

ADDITIONAL INFORMATION
@niklasweimann
Copy link

I also would like to see this feature in the collection 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants