6 lines
80 B
YAML
6 lines
80 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Echo test
|
|
shell: echo 'create-app!'
|