Skip to content

Commit 480ef24

Browse files
Update with authors
Signed-off-by: Stew Francis <[email protected]>
1 parent 9cc0ef0 commit 480ef24

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ readme: README.md
1212

1313
# Contributors
1414
authors:
15-
- IBM
15+
- Stewart Francis
16+
- Tom Latham
17+
- Sophie Green
1618
# Description
1719
description: The Red Hat Ansible Certified Content for IBM Z CICS collection includes connection plugins, action plugins, modules and sample playbooks to automate tasks for CICS
1820

plugins/modules/cmci_action.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
1919
For information about how to compose PUT requests, see L(CMCI PUT requests,
2020
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_put.html).
21-
author: IBM
21+
author:
22+
- Stewart Francis (@stewartfrancis)
23+
- Tom Latham (@Tom-Latham)
24+
- Sophie Green (@sophiegreen)
2225
extends_documentation_fragment:
2326
- ibm.ibm_zos_cics.cmci.COMMON
2427
- ibm.ibm_zos_cics.cmci.RESOURCES

plugins/modules/cmci_create.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
2020
For information about how to compose POST requests, see L(CMCI POST requests,
2121
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_post.html).
22-
author: IBM
22+
author:
23+
- Stewart Francis (@stewartfrancis)
24+
- Tom Latham (@Tom-Latham)
25+
- Sophie Green (@sophiegreen)
2326
extends_documentation_fragment:
2427
- ibm.ibm_zos_cics.cmci.COMMON
2528
- ibm.ibm_zos_cics.cmci.ATTRIBUTES

plugins/modules/cmci_delete.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
1919
For information about how to compose DELETE requests, see L(CMCI DELETE requests,
2020
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_delete.html).
21-
author: IBM
21+
author:
22+
- Stewart Francis (@stewartfrancis)
23+
- Tom Latham (@Tom-Latham)
24+
- Sophie Green (@sophiegreen)
2225
extends_documentation_fragment:
2326
- ibm.ibm_zos_cics.cmci.COMMON
2427
- ibm.ibm_zos_cics.cmci.RESOURCES

plugins/modules/cmci_get.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
1919
For information about how to compose GET requests, see L(CMCI GET requests,
2020
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_get.html).
21-
author: IBM
21+
author:
22+
- Stewart Francis (@stewartfrancis)
23+
- Tom Latham (@Tom-Latham)
24+
- Sophie Green (@sophiegreen)
2225
extends_documentation_fragment:
2326
- ibm.ibm_zos_cics.cmci.COMMON
2427
- ibm.ibm_zos_cics.cmci.RESOURCES

plugins/modules/cmci_update.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
1919
For information about how to compose PUT requests, see L(CMCI PUT requests,
2020
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_put.html).
21-
author: IBM
21+
author:
22+
- Stewart Francis (@stewartfrancis)
23+
- Tom Latham (@Tom-Latham)
24+
- Sophie Green (@sophiegreen)
2225
extends_documentation_fragment:
2326
- ibm.ibm_zos_cics.cmci.COMMON
2427
- ibm.ibm_zos_cics.cmci.RESOURCES

0 commit comments

Comments
 (0)