Compare commits
2 commits
7fb633b75a
...
dc4786c00c
Author | SHA1 | Date | |
---|---|---|---|
dc4786c00c | |||
2bf3399c3e |
2 changed files with 1 additions and 8 deletions
|
@ -9,10 +9,3 @@
|
|||
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"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
- ripgrep
|
||||
- rsync
|
||||
- tree
|
||||
- vim
|
||||
- neovim
|
||||
|
||||
- name: Remove netcat-traditional
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue