--- # file: handlers/main.yaml - name: "Reload systemd-modules" systemd: name: "systemd-modules-load" state: "restarted" tags: - reload-systemd-modules - name: "Update GRUB" ansible.builtin.command: "update-grub" tags: - update-grub