Some checks failed
Wiki Resources Sanity Checks / ruff-checks (push) Failing after 1s
15 lines
333 B
YAML
15 lines
333 B
YAML
- name: Update all packages to ensure compliance with latest updates
|
|
tags:
|
|
- housekeeping
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
autoclean: true
|
|
autoremove: true
|
|
upgrade: safe
|
|
- name: Notify the reboot
|
|
tags:
|
|
- reboot
|
|
ansible.builtin.debug:
|
|
msg: "Restarting the host itself"
|
|
notify: Reboot Host
|