Compare commits

..

No commits in common. "dc4786c00cbad1208b0867ef00de35b197037f18" and "7fb633b75aca9dc9b55f39c70f94888f46f7c516" have entirely different histories.

2 changed files with 8 additions and 1 deletions

View file

@ -9,3 +9,10 @@
notify: apt update
- meta: flush_handlers
- name: Install backports kernel
apt:
name: linux-image-amd64
state: latest
default_release: "{{ ansible_facts['distribution_release'] }}-backports"
when: ansible_facts['architecture'] == "x86_64" and ansible_facts['distribution_release'] != "bookworm"

View file

@ -33,7 +33,7 @@
- ripgrep
- rsync
- tree
- neovim
- vim
- name: Remove netcat-traditional
apt: