mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
add comment
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
bb9358e2fb
commit
b0dff13204
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
selection: hold
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
# we need to free up space, since the /boot partition in some Vagrant images is
|
||||
# pretty small and system updates might fail
|
||||
- name: Find all initrd.img to delete them
|
||||
ansible.builtin.find:
|
||||
paths: /boot
|
||||
|
|
Loading…
Reference in a new issue