hpc-test-automation/hello.yml

9 lines
99 B
YAML

---
- name: Echo
hosts: all
tasks:
- name: Print hello
debug:
msg: Hello, world!