From 44dbb520f8ae96e25c96085904dd6645d8631efc Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sun, 23 Sep 2018 21:11:58 +0200 Subject: Don't upgrade individual packages --- roles/space_server/tasks/unbound.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roles/space_server/tasks/unbound.yml') diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml index ebac2cb..1007327 100644 --- a/roles/space_server/tasks/unbound.yml +++ b/roles/space_server/tasks/unbound.yml @@ -2,9 +2,7 @@ - name: Install unbound package dnf: name: unbound - state: latest - notify: - - restart unbound + state: present tags: - packages -- cgit v1.2.1