- 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