Implemented DCI Manager finish

This commit is contained in:
Jeroen Vermeulen 2023-09-18 16:13:01 +02:00
parent 4d317cb64f
commit 43df517500
No known key found for this signature in database
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +1,5 @@
---
- debug:
var: dci_server_info.id
- name: Wait for Talos port 50000
delegate_to: "{{ talosctl_host }}"
become: no

View File

@ -1,8 +1,5 @@
---
- debug:
var: dci_server_info.id
- name: Call DCI Manager API to reinstall Talos Linux
delegate_to: "{{ dci_manager_access_host }}"
become: no
@ -21,9 +18,6 @@
register: _dci_finish
until: _dci_server.status != 503
- debug:
var: _dci_finish
- name: Wait for Talos port 50000
delegate_to: "{{ talosctl_host }}"
become: no