mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
7 lines
174 B
YAML
7 lines
174 B
YAML
|
---
|
||
|
|
||
|
- name: Check to see if jmespath is installed
|
||
|
command: echo "{{ (hostvars | json_query('*.k3s_control_node')) }}"
|
||
|
register: k3s_check_jmespath
|
||
|
changed_when: false
|