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