mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
7 lines
88 B
YAML
7 lines
88 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Hello World
|
||
|
debug:
|
||
|
msg: "Say hello"
|