From eea8a11fbfe39af00eac885a260fc54edd7b7ec7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 9 Dec 2018 13:32:22 +0100 Subject: apt without with_items --- roles/prepare-dkms/tasks/default.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'roles/prepare-dkms/tasks/default.yml') diff --git a/roles/prepare-dkms/tasks/default.yml b/roles/prepare-dkms/tasks/default.yml index f3748feb..bff826ae 100644 --- a/roles/prepare-dkms/tasks/default.yml +++ b/roles/prepare-dkms/tasks/default.yml @@ -1,8 +1,7 @@ --- - name: install kernel headers and dkms - with_items: -# - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian - - dkms apt: - name: "{{ item }}" + name: + # - linux-headers-amd64 # TODO: fix this so it works for ubuntu(hwe) and debian + - dkms state: present -- cgit v1.2.3