hpc-test-automation/hello.yml

9 lines
105 B
YAML

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