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, 0 insertions, 5 deletions
diff --git a/roles/host/tasks/systemd-podman-auto-update.yml b/roles/host/tasks/systemd-podman-auto-update.yml
deleted file mode 100644
index 3bbb431..0000000
--- a/roles/host/tasks/systemd-podman-auto-update.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: Enable podman-auto-update.timer for all users
- ansible.builtin.systemd_service:
- name: "podman-auto-update.timer"
- enabled: true
- scope: "global"