hponcfg: using CmdRunner (#5483)

* hponcfg: using CmdRunner

* add changelog fragment
This commit is contained in:
Alexei Znamensky 2022-11-07 18:43:21 +13:00 committed by GitHub
commit 7a9af2b601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 14 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- hponcfg - refactored module to use ``CmdRunner`` to execute ``hponcfg`` (https://github.com/ansible-collections/community.general/pull/5483).