9 lines
147 B
YAML
9 lines
147 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- fail:
|
|
|
|
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- debug: msg="you should not see me..."
|