mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 06:17:38 -02:30
fix bootstrap os_family error in multi-plantform (#3594)
This commit is contained in:
committed by
Antoine Legrand
parent
b39b32a48c
commit
8371beb915
@@ -20,7 +20,7 @@
|
|||||||
centos
|
centos
|
||||||
{%- elif 'OpenSUSE' in os_release.stdout -%}
|
{%- elif 'OpenSUSE' in os_release.stdout -%}
|
||||||
opensuse
|
opensuse
|
||||||
{% endif %}
|
{%- endif -%}
|
||||||
|
|
||||||
- include_tasks: bootstrap-ubuntu.yml
|
- include_tasks: bootstrap-ubuntu.yml
|
||||||
when: os_family == "ubuntu"
|
when: os_family == "ubuntu"
|
||||||
|
|||||||
Reference in New Issue
Block a user