From 408aec0ba3e5e685bb1b9e0e99a0293119bbc5a9 Mon Sep 17 00:00:00 2001 From: Schreiner Pascal Date: Sun, 1 May 2022 16:45:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elocal.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index cbccb3b..653e410 100644 --- a/local.yml +++ b/local.yml @@ -1,5 +1,6 @@ --- - hosts: localhost tasks: - - debug: - msg: Hier hat ein pull stattgefunden! \ No newline at end of file + - name: + debug: + msg: Hier hat ein pull stattgefunden! \ No newline at end of file