From b6789b26d450da6f23542e98f8e6c028c7bb1fc7 Mon Sep 17 00:00:00 2001 From: spmfox Date: Fri, 30 Aug 2024 15:38:11 -0400 Subject: enhancing sample environments --- roles/host/tasks/systemd-podman-auto-update.yml | 5 ----- 1 file changed, 5 deletions(-) delete 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 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" -- cgit