mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 16:36:29 +00:00
* Fix module failure with pacemaker_cluster: state=cleanup If state=cleanup was used, set_cluster() was being called with 'cleanup' state which it doesn't handle. Instead use existing clean_cluster() method. Fixes #27799 * get and return cluster_state on state=clean as well