Skip to content

Commit 1474ece

Browse files
kiera-bennettandrewhughes101
authored andcommitted
Fix Ansible sanity tests with new version bump
1 parent ed7ebe8 commit 1474ece

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

plugins/modules/cmci_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
cmci_host: "example.com"
8484
cmci_port: 1234
8585
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
86-
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
86+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
8787
type: CICSBundle
8888
action_name: CSDINSTALL
8989
resources:

plugins/modules/cmci_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
cmci_port: 12345
6464
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
6565
type: CICSDefinitionBundle
66-
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
66+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
6767
attributes:
6868
name: PONGALT
6969
bundledir: /u/ibmuser/bundle/pong/pongbundle_1.0.0

plugins/modules/cmci_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
cmci_port: 12345
4949
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
5050
type: CICSDefinitionBundle
51-
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
51+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
5252
resources:
5353
filter:
5454
name: PONGALT

plugins/modules/cmci_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
cmci_cert: "./sec/ansible.pem"
105105
cmci_key: "./sec/ansible.key"
106106
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
107-
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
107+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
108108
type: cicsdefinitionbundle
109109
resources:
110110
filter:

plugins/modules/cmci_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
cmci_host: "example.com"
6464
cmci_port: 12345
6565
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
66-
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
66+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
6767
type: CICSDefinitionBundle
6868
attributes:
6969
description: New description

0 commit comments

Comments
 (0)