aboutsummaryrefslogtreecommitdiff
path: root/roles/host/tasks/systemd-podman-auto-update.yml
blob: 3bbb43129b4c565226bae7725b36a1a71291b7ae (plain)
1
2
3
4
5
- name: Enable podman-auto-update.timer for all users
  ansible.builtin.systemd_service:
    name: "podman-auto-update.timer"
    enabled: true
    scope: "global"