mksysb: using CmdRunner (#5484)

* mksysb: using CmdRunner

* add changelog fragment

* adjust code when check_mode true

* Update plugins/modules/mksysb.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky
2022-11-08 08:02:10 +13:00
committed by GitHub
parent c757e20d10
commit 8758f6a43f
2 changed files with 32 additions and 24 deletions

View File

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