7 lines
81 B
YAML
7 lines
81 B
YAML
|
---
|
||
|
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Echo test
|
||
|
shell: echo 'pre-deploy!'
|