summaryrefslogtreecommitdiffstats
path: root/roles/linux_headers/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_headers/tasks')
-rw-r--r--roles/linux_headers/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/linux_headers/tasks/main.yml b/roles/linux_headers/tasks/main.yml
index 76b23e8b..54bdb288 100644
--- a/roles/linux_headers/tasks/main.yml
+++ b/roles/linux_headers/tasks/main.yml
@@ -6,4 +6,4 @@
become: true
ansible.builtin.package:
name: "{{ linux_headers_pkg }}"
- state: "present"
+ state: "{{ linux_headers_state }}"