aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/cloud_init_wait/tasks/main.yml
blob: dec41627b61c74af930e032448cd64ad20cd63f8 (plain) (blame)
1
2
3
4
5
- 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