- ansible.builtin.include_tasks: check.yml

- ansible.builtin.fail:
    msg: Failed to wait until cloud-init is done
  when: boot_finished is not defined or boot_finished is not succeeded