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

opendj_backendprop: use CmdRunner (#11728)

* opendj_backendprop: use CmdRunner

* add changelog frag
This commit is contained in:
Alexei Znamensky 2026-04-04 02:11:22 +13:00 committed by GitHub
parent 66886d08f5
commit 2acb20bec2
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).