Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMarcel99 committed Aug 22, 2024
1 parent c8165c3 commit e3834df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minor_changes:
- zos_backup_restore - Redefines the default behavior of module option hlq.
The original high level qualifiers in a backup will be used for a restore
operation if no value is provided in the module option.
When operation=restore and hlq is not provided the original high level
qualifiers in a backup will be used for a restore.
(https://github.com/ansible-collections/ibm_zos_core/pull/1632).
3 changes: 1 addition & 2 deletions plugins/modules/zos_backup_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@
required: false
tmp_hlq:
description:
- Override the default high level qualifier (HLQ) for temporary and backup
data sets.
- Override the default high level qualifier (HLQ) for temporary data sets.
- If original HLQ is not available, then the value of C(TMPHLQ) is used.
required: false
type: str
Expand Down
1 change: 0 additions & 1 deletion tests/functional/modules/test_zos_backup_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ def test_backup_and_restore_a_data_set_with_same_hlq(ansible_zos_module):
try:
delete_data_set_or_file(hosts, data_set_name)
delete_data_set_or_file(hosts, data_set_backup_location)
hosts.all.shell(cmd="dtouch -tseq {0}".format(data_set_name))
hosts.all.shell(cmd="""decho "HELLO WORLD" {0}""".format(data_set_name))
results = hosts.all.zos_backup_restore(
operation="backup",
Expand Down

0 comments on commit e3834df

Please sign in to comment.