pacemaker_cluster: fix run_command() calls (#9471)

* pacemaker_cluster: fix run_command() calls

* add changelog frag

* remove set_node()
This commit is contained in:
Alexei Znamensky 2024-12-30 23:49:29 +13:00 committed by GitHub
commit 4a1a8d6b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 44 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- pacemaker_cluster - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/9471).
- pacemaker_cluster - remove unused code (https://github.com/ansible-collections/community.general/pull/9471).