mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
8 lines
143 B
YAML
8 lines
143 B
YAML
- name: Check Connect
|
|
hosts:
|
|
- all
|
|
gather_facts: true
|
|
tasks:
|
|
- name: get_arch
|
|
debug:
|
|
msg: "{{ .os.architecture }}" |