Fix _AnsibleActionDone deprecation in patch plugin (#687) (#736)

(cherry picked from commit ca22c6fe26)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
Co-authored-by: Lee Garrett <leegarrett@users.noreply.github.com>
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
This commit is contained in:
Hideki Saito
2026-05-18 12:34:14 +09:00
committed by GitHub
parent ec51a15f69
commit 42feec22c7
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
removed_features:
- patch - removed deprecated _AnsibleActionDone API (https://github.com/ansible-collections/ansible.posix/pull/687).