Skip to content

Commit 831f6db

Browse files
committed
remove sudo from playbook
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 21faf87 commit 831f6db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
collections:
66
- ibm.ibm_zos_cics
77
hosts: localhost
8-
become: true
98
gather_facts: false
109
vars:
1110
csdgroup: ANSITEST
@@ -78,7 +77,6 @@
7877
failed_when: >
7978
'cpsm_response' not in result or result.cpsm_response not in ['OK', 'NODATA']
8079
81-
8280
- name: create progdef
8381
delegate_to: localhost
8482
ibm.ibm_zos_cics.cmci_create:

0 commit comments

Comments
 (0)