The role also cleans up the local repository of retrieved package files that can no longer be downloaded.
6 lines
212 B
YAML
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
|