pacemaker_resource: add cleanup state (#10413)

* refactor(deprecate): Add cleanup deprecations for pacemaker_cluster

* Additional code review changes

* Add changelog fragment
This commit is contained in:
Dexter
2025-08-27 16:02:59 -04:00
committed by GitHub
parent 6332175493
commit 3b09e9d9ed
3 changed files with 95 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- pacemaker_resource - add ``state=cleanup`` for cleaning up pacemaker resources (https://github.com/ansible-collections/community.general/pull/10413)
- pacemaker_resource - the parameter ``name`` is no longer a required parameter in community.general 11.3.0 (https://github.com/ansible-collections/community.general/pull/10413)