Skip to content

Commit 074051c

Browse files
committed
change name of task group
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 1bfef85 commit 074051c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requires_ansible: '>=2.10.7'
22
action_groups:
3-
cmci:
3+
cmci_group:
44
- cmci_action
55
- cmci_create
66
- cmci_delete

tests/integration/targets/cics_cmci/playbooks/cics_cmci_module_defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
error_msg: "{{ error_msg_27 if lookup('env', 'ANSIBLE_TEST_PYTHON_VERSION') == '2.7' else error_msg_38 }}"
1717

1818
module_defaults:
19-
group/ibm.ibm_zos_cics.cmci:
19+
group/ibm.ibm_zos_cics.cmci_group:
2020
cmci_host: "{{ cmci_host }}"
2121
cmci_port: "{{ cmci_port }}"
2222
cmci_user: "{{ cmci_user }}"

0 commit comments

Comments
 (0)