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