Skip to content
Snippets Groups Projects
Commit e2e450b1 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

update apt cache when installing mainline kernel

parent 7651ed09
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
tasks: tasks:
- name: Update APT cache - name: Update APT cache
include_tasks: ../tasks/apt_templates/apt_update.yaml include_tasks: ../tasks/apt_templates/apt_update.yaml
when: apt_packages != "" or flatpak_packages != "" when: apt_packages != "" or flatpak_packages != "" or mainline_kernels != ""
- name: Include APT Tasks - name: Include APT Tasks
include_tasks: "{{ item }}" include_tasks: "{{ item }}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment