Bugfix/7525/changed default value for dds in zos_mvs_raw #336
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Fixes item 7525 on Jira by changing the way the argument parser treats the default value for the
dds
parameter in thezos_mvs_raw
module.ISSUE TYPE
COMPONENT NAME
zos_mvs_raw
ADDITIONAL INFORMATION
This bug was reported to happen while trying to run the
IEFBR14
command in a playbook without specifying any DD statements. The command by itself doesn't need any DD statements but the module nonetheless throws an exception if you don't specify at least a dummy dataset. Additionally, the documentation states that thedds
parameter is optional, so the argument parser was changed accordingly.