9 lines
146 B
YAML
9 lines
146 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- block:
|
||
|
- block:
|
||
|
- block:
|
||
|
- block:
|
||
|
- debug: msg="are we there yet?"
|