From 032565a1c5d10b733c875143876d0e43a0ed6f79 Mon Sep 17 00:00:00 2001 From: Schreiner Pascal Date: Sun, 1 May 2022 16:37:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Epull.yml=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pull.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pull.yml diff --git a/pull.yml b/pull.yml new file mode 100644 index 0000000..cbccb3b --- /dev/null +++ b/pull.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + tasks: + - debug: + msg: Hier hat ein pull stattgefunden! \ No newline at end of file