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