Skip to content

Commit 48f6376

Browse files
authored
Merge pull request #28 from ansible-collections/acb_gen_docs
new acbgen source rst.
2 parents 3f6b0c8 + 700409b commit 48f6376

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/source/modules/ims_acb_gen.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Examples
178178
steplib:
179179
- SOME.IMS.SDFSRESL1
180180
- SOME.IMS.SDFSRESL2
181-
build_psb: false
181+
build_psb: false
182182

183183
- name: Example of creating blocks for all PSBs in the psb_lib data set.
184184
ims_acb_gen:
@@ -189,7 +189,7 @@ Examples
189189
dbd_lib:
190190
- SOME.IMS.DBDLIB1
191191
acb_lib: SOME.IMS.ACBLIB
192-
192+
193193
- name: Example of deleting PSBs and DBDs
194194
ims_acb_gen:
195195
command_input: DELETE
@@ -217,16 +217,14 @@ Notes
217217

218218
The *steplib* input parameter to the module will take precedence over the value specified in the environment_vars.
219219

220-
If only the *steplib* parameter is specified, then only the *steplib* concatination will be used to resolve the IMS RESLIB dataset.
220+
If only the *steplib* parameter is specified, then only the *steplib* concatenation will be used to resolve the IMS RESLIB dataset.
221221

222222
If both *steplib* and *reslib* are specified, then both parameters will be used by the ACB Maintenenace Utility and *reslib* will be used to resolve the IMS RESLIB dataset.
223223

224224
Specifying only *reslib* without *steplib* is not supported.
225225

226226
The ACB Maintenenace utility SYSUT3/SYSUT4 DD options are not supported by this module.
227227

228-
The current implementation of the ims_acb_gen module requires a jobcard to be specified using the JOB_CARD variable in the target inventory's group variables. See the sample `group_vars <https://github.com/ansible-collections/ibm_zos_ims/blob/master/playbooks/group_vars/all.yml>`_ provided with our sample playbook for an example of the JOB_CARD variable.
229-
230228

231229

232230

@@ -274,4 +272,12 @@ Return Values
274272
| **returned**: always
275273
| **type**: bool
276274
275+
276+
277+
debug
278+
| additional messages returned from ZOAU.
279+
280+
| **returned**: always
281+
| **type**: str
282+
277283

0 commit comments

Comments
 (0)