From d2c0673c1ceb360cad935ae80a075ec30c2cb7ce Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Feb 2023 13:50:04 -0800 Subject: [PATCH] linux-system-roles/seconday01: need user=root to find the right cron Signed-off-by: Kevin Fenzi --- playbooks/groups/secondary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/secondary.yml b/playbooks/groups/secondary.yml index e48f95e971..5b437e5019 100644 --- a/playbooks/groups/secondary.yml +++ b/playbooks/groups/secondary.yml @@ -83,7 +83,7 @@ - name: Set MAILTO for the previous cron job cron: env=true name=MAILTO value="systemroles-owner@lists.fedorahosted.org" - cron_file=linuxsystemroles-logs-clean + cron_file=linuxsystemroles-logs-clean user=root handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"