aboutsummaryrefslogtreecommitdiff
path: root/roles/host/tasks
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-08-30 15:38:11 -0400
committerspmfox <spmfox@foxwd.com>2024-08-30 15:38:11 -0400
commitb6789b26d450da6f23542e98f8e6c028c7bb1fc7 (patch)
tree01b11ad9b5d12ef8a954fea7621579db803e3ab8 /roles/host/tasks
parentdba0ad5027af1718269785deecbdfcd0917bcdcb (diff)
enhancing sample environments
Diffstat (limited to 'roles/host/tasks')
-rw-r--r--roles/host/tasks/main.yml2
-rw-r--r--roles/host/tasks/systemd-podman-auto-update.yml5
2 files changed, 0 insertions, 7 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml
index 56451c1..3b92a94 100644
--- a/roles/host/tasks/main.yml
+++ b/roles/host/tasks/main.yml
@@ -8,8 +8,6 @@
- ansible.builtin.import_tasks: systemd-user-network-check.yml
-- ansible.builtin.import_tasks: systemd-podman-auto-update.yml
-
- ansible.builtin.import_tasks: unprivileged-port.yml
tags:
- never
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"