linux-system-roles/seconday01: need user=root to find the right cron

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-02-07 13:50:04 -08:00
parent f49f4a7ffd
commit d2c0673c1c

View file

@ -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"