1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-20 02:39:02 +00:00

[PR #11728/2acb20be backport][stable-12] opendj_backendprop: use CmdRunner (#11731)

opendj_backendprop: use CmdRunner (#11728)

* opendj_backendprop: use CmdRunner

* add changelog frag

(cherry picked from commit 2acb20bec2)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-04-03 15:21:16 +02:00 committed by GitHub
parent fa9ac2b3a9
commit 1eecf281bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 81 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- opendj_backendprop - refactor to use ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/11728).