1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/awx/data/projects/example/playbook.yml
2019-10-30 16:11:49 +08:00

8 lines
129 B
YAML

- name: example playbook
hosts: 127.0.0.1
connection: local
gather_facts: false
tasks:
- debug:
msg: hello world