From 72ca9f592b19e705a25f78786158df715aa62355 Mon Sep 17 00:00:00 2001 From: spmfox Date: Thu, 29 Aug 2024 17:02:38 -0400 Subject: enabling the podman-auto-update.timer service by default --- roles/host/tasks/systemd-podman-auto-update.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/host/tasks/systemd-podman-auto-update.yml (limited to 'roles/host/tasks/systemd-podman-auto-update.yml') diff --git a/roles/host/tasks/systemd-podman-auto-update.yml b/roles/host/tasks/systemd-podman-auto-update.yml new file mode 100644 index 0000000..3bbb431 --- /dev/null +++ b/roles/host/tasks/systemd-podman-auto-update.yml @@ -0,0 +1,5 @@ +- name: Enable podman-auto-update.timer for all users + ansible.builtin.systemd_service: + name: "podman-auto-update.timer" + enabled: true + scope: "global" -- cgit