# vim: set ft=yaml.jinja : - name: enroll uefi mok shell: | mokutil --import /usr/local/share/dch/mok.crt <- The machine will now reboot and you must manually enroll the MOK. Use this password when enrolling: {{ mok_password }} Press ENTER to continue - name: reboot the system reboot: reboot_timeout: 300 tags: - reboot