Block kernel update

Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
Martin Schurz 2024-02-04 20:41:46 +01:00
parent 4a25f72076
commit 898bf73178

View file

@ -22,9 +22,11 @@
ansible_python_interpreter: /usr/bin/python3
when: ansible_facts.distribution == 'Fedora'
- name: Block update of Grub, because of error
- name: Block update of Grub and kernel, because of error
ansible.builtin.dpkg_selections:
name: grub-pc
name:
- grub-pc
- linux-image-generic
selection: hold
when: ansible_os_family == 'Debian'