community.rabbitmq icon indicating copy to clipboard operation
community.rabbitmq copied to clipboard

Support all option in rabbitmq_feature_flag module

Open jovial opened this issue 10 months ago • 1 comments

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

jovial avatar Apr 02 '24 11:04 jovial

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

niklasweimann avatar Apr 24 '24 09:04 niklasweimann