Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/modules/zos_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@
seealso:
- module: zos_fetch
- module: zos_unarchive
- module: ibm.ibm_zos_core.zos_fetch
- module: ibm.ibm_zos_core.zos_unarchive
'''

EXAMPLES = r'''
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_blockinfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
- When working with a backup of a sequential dataset, the backup name should also be a sequential dataset.
This will avoid the false positive and error condition during backup.
seealso:
- module: zos_data_set
- module: ibm.ibm_zos_core.zos_data_set
'''

EXAMPLES = r'''
Expand Down
8 changes: 4 additions & 4 deletions plugins/modules/zos_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,10 @@
and L(zos_tso_cmd,./zos_tso_cmd.html) for examples of how to recall migrated data sets
using this collection.
seealso:
- module: zos_fetch
- module: zos_data_set
- module: zos_mvs_raw
- module: zos_tso_cmd
- module: ibm.ibm_zos_core.zos_fetch
- module: ibm.ibm_zos_core.zos_data_set
- module: ibm.ibm_zos_core.zos_mvs_raw
- module: ibm.ibm_zos_core.zos_tso_cmd
"""

EXAMPLES = r"""
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/zos_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
back to using standard SFTP. If the module detects SCP, it will temporarily use SFTP for
transfers, if not available, the module will fail.
seealso:
- module: zos_data_set
- module: zos_copy
- module: ibm.ibm_zos_core.zos_data_set
- module: ibm.ibm_zos_core.zos_copy
"""

EXAMPLES = r"""
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
- As a migrated data set's information can't be retrieved without recalling it first, other options
besides C(excludes) and C(migrated_type) are not supported.
seealso:
- module: zos_data_set
- module: ibm.ibm_zos_core.zos_data_set
"""


Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
- If an uncataloged data set needs to be fetched, it should be cataloged first.
- Uncataloged data sets can be cataloged using the L(zos_data_set,./zos_data_set.html) module.
seealso:
- module: zos_data_set
- module: ibm.ibm_zos_core.zos_data_set
"""

EXAMPLES = r"""
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_mvs_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
- 3. When executing a program, refer to the programs documentation as each programs requirments
can vary fom DDs, instream-data indentation and continuation characters.
seealso:
- module: zos_data_set
- module: ibm.ibm_zos_core.zos_data_set
"""

RETURN = r"""
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_operator_action_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
type: bool
default: True
seealso:
- module: zos_operator
- module: ibm.ibm_zos_core.zos_operator
attributes:
action:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/zos_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
remote machine.
seealso:
- module: zos_copy
- module: zos_tso_command
- module: ibm.ibm_zos_core.zos_copy
- module: ibm.ibm_zos_core.zos_tso_command
"""

EXAMPLES = r"""
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/zos_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
seealso:
- module: ansible.builtin.stat
- module: zos_find
- module: zos_gather_facts
- module: ibm.ibm_zos_core.zos_find
- module: ibm.ibm_zos_core.zos_gather_facts
"""

EXAMPLES = r"""
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_unarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
SCP, it will temporarily use SFTP for transfers, if not available, the module
will fail.
seealso:
- module: zos_archive
- module: ibm.ibm_zos_core.zos_archive
'''

EXAMPLES = r'''
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zos_volume_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
required: false
type: str
seealso:
- module: zos_backup_restore
- module: ibm.ibm_zos_core.zos_backup_restore
attributes:
action:
Expand Down