Files
Julian Schacher 4b84472ac2 Add role for ensuring system is updated and potentially rebooted
The role also cleans up the local repository of retrieved package files
that can no longer be downloaded.
2023-11-24 12:59:42 +01:00

6 lines
212 B
YAML

# Reboot to apply potentially outstanding kernel updates and make sure all the
# latest versions of libraries are used.
- name: Reboot, if stuff changed, for good measure
ansible.builtin.reboot:
become: true