6 lines
138 B
YAML
6 lines
138 B
YAML
|
- hosts: testhost
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- name: Use a specially crafted module to see if things were imported correctly
|
||
|
test:
|