From 5b95efac7e263e608d0777eefa79739d7e295863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Thu, 8 Sep 2022 12:00:38 +0200 Subject: [PATCH] initial commit --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tasks/main.yml diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..98fa165 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,3 @@ + - name: Install apt-dater-host of packages + apt: + name: apt-dater-host