ansible-runner/demo/project/roles/testrole/tasks/main.yml
2021-03-03 11:36:53 +08:00

6 lines
129 B
YAML

---
# tasks file for testrole
- name: just print a message to stdout
debug:
msg: "hello from the ansible-runner testrole!"