11 lines
147 B
YAML
11 lines
147 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- name:
|
||
|
debug:
|
||
|
msg: foo
|
||
|
- name: "task 2"
|
||
|
debug:
|
||
|
msg: bar
|