We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21faf87 commit 831f6dbCopy full SHA for 831f6db
tests/integration/targets/cics_cmci/playbooks/cics_cmci_https.yml
@@ -5,7 +5,6 @@
5
collections:
6
- ibm.ibm_zos_cics
7
hosts: localhost
8
- become: true
9
gather_facts: false
10
vars:
11
csdgroup: ANSITEST
@@ -78,7 +77,6 @@
78
77
failed_when: >
79
'cpsm_response' not in result or result.cpsm_response not in ['OK', 'NODATA']
80
81
-
82
- name: create progdef
83
delegate_to: localhost
84
ibm.ibm_zos_cics.cmci_create:
0 commit comments