From 16c0f9ec134048da412407d063d8817463c9d551 Mon Sep 17 00:00:00 2001 From: Jens Heinitz Date: Sun, 27 Dec 2020 12:50:59 +0100 Subject: [PATCH] Modified jens.yml --- jens.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jens.yml b/jens.yml index 75aed2b..95165ef 100644 --- a/jens.yml +++ b/jens.yml @@ -1,6 +1,8 @@ --- -- hosts: server1 -- name: debug - debug: - msg: "Hello World" +- name: Sample playbook jens.yml + hosts: all + tasks: + - name: debug + debug: + msg: "Hello World" ...