mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 07:17:45 -02:30
Fix some arm64 errors
This commit is contained in:
@@ -35,3 +35,7 @@ ETCD_PEER_CLIENT_CERT_AUTH={{ etcd_peer_client_auth }}
|
||||
{% for key, value in etcd_extra_vars.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
|
||||
{% if ansible_architecture == "aarch64" -%}
|
||||
ETCD_UNSUPPORTED_ARCH=arm64
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user