Use pure YAML syntax

This commit is contained in:
Achim Christ
2018-08-14 18:35:59 +02:00
parent 7995c5332a
commit 9e7ca5cf86

View File

@ -4,7 +4,8 @@
# #
- name: Check connectivity - name: Check connectivity
ping: data=alive ping:
data: alive
tags: check tags: check
# Add further tasks for the common role (applied to all servers) to this playbook... # Add further tasks for the common role (applied to all servers) to this playbook...