Compare commits

...

2 commits

Author SHA1 Message Date
dc4786c00c common: Install neovim instead of vim 2023-10-28 16:44:38 +02:00
2bf3399c3e common: Never install backports kernel 2023-10-28 16:44:24 +02:00
2 changed files with 1 additions and 8 deletions

View file

@ -9,10 +9,3 @@
notify: apt update notify: apt update
- meta: flush_handlers - 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 - ripgrep
- rsync - rsync
- tree - tree
- vim - neovim
- name: Remove netcat-traditional - name: Remove netcat-traditional
apt: apt: