Skip to content

Commit 25ea020

Browse files
Collect facts
Signed-off-by: Stew Francis <[email protected]>
1 parent ad09789 commit 25ea020

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
collections:
66
- ibm.ibm_zos_cics
77
hosts: 'localhost'
8-
gather_facts: 'false'
8+
gather_facts: 'true'
99

1010
tasks:
11+
- name: Print all available facts
12+
ansible.builtin.debug:
13+
var: ansible_facts
14+
1115
- name: test invalid host
1216
ibm.ibm_zos_cics.cmci_get:
1317
cmci_host: 'DOESNTEXIST'

0 commit comments

Comments
 (0)