From 17881b2d2a740ae699a41f6ee6b06d1566655bf7 Mon Sep 17 00:00:00 2001 From: dasmart Date: Wed, 27 Sep 2023 10:56:28 -0400 Subject: [PATCH] make sure cron is installed on ubuntu. #14568 (#14640) --- roles/common/tasks/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/ubuntu.yml b/roles/common/tasks/ubuntu.yml index caa1d30..15d2d91 100644 --- a/roles/common/tasks/ubuntu.yml +++ b/roles/common/tasks/ubuntu.yml @@ -98,6 +98,7 @@ - cgroup-tools - openssl - gnupg2 + - cron sysctl: - item: net.ipv4.ip_forward value: 1