9 lines
105 B
YAML
9 lines
105 B
YAML
|
---
|
||
|
- name: Echo
|
||
|
hosts: peregrine
|
||
|
|
||
|
tasks:
|
||
|
- name: Print hello
|
||
|
debug:
|
||
|
msg: Hello, world!
|