Execute a required reboot, with Ansible (Debian/Ubuntu)
After updating Linux packages, it sometimes is required to reboot the host. Debian and Ubuntu provide this information by the presence of a special file: /var/run/reboot-required. Ansible makes it easy to reboot a host, but there are a few aspects which need attention.
Continue reading "Execute a required reboot, with Ansible (Debian/Ubuntu)"