aboutsummaryrefslogtreecommitdiff
path: root/roles/host/tasks/systemd-podman-auto-update.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/tasks/systemd-podman-auto-update.yml')
-rw-r--r--roles/host/tasks/systemd-podman-auto-update.yml5
1 files changed, 5 insertions, 0 deletions
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"