mksysb - revamped module + fix bug in backup_dmapi_fs option (#3295)

* Revamped module + fix bug in backup_dmapi_fs option

* added changelog fragment

* added copyright line
This commit is contained in:
Alexei Znamensky 2022-03-14 19:13:45 +13:00 committed by GitHub
commit 4af7f49ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 78 deletions

View file

@ -0,0 +1,4 @@
bugfixes:
- mksysb - fixed bug for parameter ``backup_dmapi_fs`` was passing the wrong CLI argument (https://github.com/ansible-collections/community.general/pull/3295).
minor_changes:
- mksysb - revamped the module using ``ModuleHelper`` (https://github.com/ansible-collections/community.general/pull/3295).