ansible-runner/test/integration/project/hello.yml
2021-03-03 11:36:53 +08:00

7 lines
101 B
YAML

---
- hosts: all
tasks:
- debug: msg="Before!"
- shell: sleep 90
- debug: msg="After!"