summaryrefslogtreecommitdiffstats
path: root/roles/linux_headers/tasks/main.yml
blob: 454e4af89c2a6098d4ce4a0f1826709170bf4fc1 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure linux-headers is installed"
  become: true
  ansible.builtin.package:
    name: "linux-headers"
    state: "present"