Retry cli_parse with different collection
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe336177e2
commit
6ce1f7d893
@ -138,7 +138,7 @@
|
|||||||
dest: /var/lib/rancher/k3s/server/manifests/kube-vip.yml
|
dest: /var/lib/rancher/k3s/server/manifests/kube-vip.yml
|
||||||
|
|
||||||
- name: Initial node -- Wait for available API
|
- name: Initial node -- Wait for available API
|
||||||
ansible.netcommon.cli_parse:
|
ansible.utils.cli_parse:
|
||||||
command: "curl -k https://{{ cluster.virtualip | ansible.utils.ipaddr('address') }}:6443/livez?verbose"
|
command: "curl -k https://{{ cluster.virtualip | ansible.utils.ipaddr('address') }}:6443/livez?verbose"
|
||||||
parser:
|
parser:
|
||||||
name: ansible.utils.json
|
name: ansible.utils.json
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
collections:
|
collections:
|
||||||
- ansible.utils
|
- ansible.utils
|
||||||
- ansible.netcommon
|
|
||||||
- community.general
|
- community.general
|
||||||
- community.vmware
|
- community.vmware
|
||||||
|
Loading…
Reference in New Issue
Block a user