--- - name: Reload systemd and restart getty ansible.builtin.systemd: name: "getty@tty1" state: restarted daemon_reload: "yes" - name: Warn that a reboot is needed ansible.builtin.debug: msg: >- /boot/firmware/cmdline.txt changed - the forced display mode only takes effect after a reboot.