From f60bb87ae414f97818c2028522af1fbcf1aeed37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 27 Jul 2022 06:09:27 +0200 Subject: [PATCH] apt module --- chrony/tasks/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrony/tasks/ubuntu.yml b/chrony/tasks/ubuntu.yml index 6049560..119c823 100644 --- a/chrony/tasks/ubuntu.yml +++ b/chrony/tasks/ubuntu.yml @@ -1,3 +1,5 @@ --- - name: Install the require packages in Ubuntu derivatives apt: name=chrony state={{ chrony_pkg_state }} + +# again old syntax, look up ansible apt module a opis to z toho