6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
# tasks file for testrole
|
|
- name: just print a message to stdout
|
|
debug:
|
|
msg: "hello from the ansible-runner testrole!"
|