1 2 3 4 5 6 7 8
--- - name: install kernel headers and dkms with_items: - linux-headers-amd64 - dkms apt: name: "{{ item }}" state: present