Skip to content

Commit cee3666

Browse files
Fix name of resources parameter in example
Signed-off-by: Stew Francis <[email protected]>
1 parent dcbabab commit cee3666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/modules/cmci_get.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
cmci_key: './sec/ansible.key'
6666
context: 'iyk3z0r9'
6767
type: 'CICSLocalFile'
68-
resource:
68+
resources:
6969
filter:
7070
dsname: 'XIAOPIN*'
7171
file: 'DFH*'
@@ -79,7 +79,7 @@
7979
cmci_key: './sec/ansible.key'
8080
context: 'iyk3z0r9'
8181
type: cicsdefinitionprogram
82-
resource:
82+
resources:
8383
filter:
8484
name: MYPROG
8585
get_parameters:
@@ -95,7 +95,7 @@
9595
cmci_key: './sec/ansible.key'
9696
context: 'iyk3z0r9'
9797
type: 'CICSRegion'
98-
resource:
98+
resources:
9999
complex_filter:
100100
or: [{
101101
attribute: 'currtasks',

0 commit comments

Comments
 (0)