--- - name: load distrubtion specific variables include_vars: "{{ item }}" with_first_found: - files: - "{{ ansible_distribution_release }}.yml" - "{{ ansible_distribution }}.yml" skip: true - name: install kernel headers and dkms apt: name: - "{{ dkms_linux_header_pkgname }}" - dkms state: present