Single quotes are missing in jsonpath argument of kubectl get node (#8683)
parent
bba91a7524
commit
3782573ede
|
@ -19,7 +19,7 @@
|
|||
- name: See if node is in ready state
|
||||
command: >
|
||||
{{ kubectl }} get node {{ kube_override_hostname|default(inventory_hostname) }}
|
||||
-o jsonpath={ range .status.conditions[?(@.type == "Ready")].status }{ @ }{ end }
|
||||
-o jsonpath='{ range .status.conditions[?(@.type == "Ready")].status }{ @ }{ end }'
|
||||
register: kubectl_node_ready
|
||||
delegate_to: "{{ groups['kube_control_plane'][0] }}"
|
||||
failed_when: false
|
||||
|
|
Loading…
Reference in New Issue