2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/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