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