From 9e7ca5cf86bf0e6d3a61c38075d67ca0fd9ae0f8 Mon Sep 17 00:00:00 2001 From: Achim Christ Date: Tue, 14 Aug 2018 18:35:59 +0200 Subject: [PATCH] Use pure YAML syntax --- roles/common/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 1ae6e84..0c7df72 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -4,7 +4,8 @@ # - name: Check connectivity - ping: data=alive + ping: + data: alive tags: check # Add further tasks for the common role (applied to all servers) to this playbook...