mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
8 lines
129 B
YAML
8 lines
129 B
YAML
- name: example playbook
|
|
hosts: 127.0.0.1
|
|
connection: local
|
|
gather_facts: false
|
|
tasks:
|
|
- debug:
|
|
msg: hello world
|