From fced2943c7d2e4d5a5dc34d9354627b676b7d66f Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sun, 7 Oct 2018 20:45:12 +0200 Subject: raspbian: apt: stop running timers too --- roles/raspbian/tasks/apt.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/raspbian') diff --git a/roles/raspbian/tasks/apt.yml b/roles/raspbian/tasks/apt.yml index 6194bda..2d88800 100644 --- a/roles/raspbian/tasks/apt.yml +++ b/roles/raspbian/tasks/apt.yml @@ -3,6 +3,7 @@ systemd: name: '{{ item }}' enabled: no + state: stopped with_items: - apt-daily.timer - apt-daily-upgrade.timer -- cgit v1.2.1