commited current state

This commit is contained in:
Ansible Servercow
2026-04-14 11:38:07 +02:00
parent ea7d5112d6
commit 590d37e4cf
10 changed files with 96 additions and 73 deletions

View File

@@ -4,6 +4,10 @@
update_cache: yes
notify:
- apt cleanup
retries: 3
delay: 10
register: apt_result
until: apt_result is succeeded
- name: Check if a kernel update has been installed
shell: |