You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a playbook to set the cluster state to online or offline using the community.general.pacemaker_cluster module. Even if you run ansible-playbook with the "--check" option, it will be ignored and the cluster state will change.
Is this a bug? Please let me know if there is a workaround.
Issue Type
Bug Report
Component Name
community.general.pacemaker_cluster module
Ansible Version
$ ansible --versionansible [core 2.15.9]
python3.9
Community.general Version
$ ansible-galaxy collection list community.generalcommunity.general 7.5.2
Summary
I created a playbook to set the cluster state to online or offline using the community.general.pacemaker_cluster module. Even if you run ansible-playbook with the "--check" option, it will be ignored and the cluster state will change.
Is this a bug? Please let me know if there is a workaround.
Issue Type
Bug Report
Component Name
community.general.pacemaker_cluster module
Ansible Version
python3.9
Community.general Version
Configuration
OS / Environment
control node:RHEL8
target node:RHEL9
Steps to Reproduce
Expected Results
When I run it with the --check option while online, I thought it would remain online, but it changed to offline.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: