mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
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:
parent
c757e20d10
commit
8758f6a43f
2 changed files with 32 additions and 24 deletions
2
changelogs/fragments/5484-mksysb-cmd-runner.yml
Normal file
2
changelogs/fragments/5484-mksysb-cmd-runner.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue