mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-10 19:07:37 -02:30
Fixes network restart for Ubuntu Bionic Beaver (#3600)
As Ubuntu Bionic Beaver uses systemd-networkd the step fails if it tries to restart networking, as it is nonexistent.
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
name: >-
|
name: >-
|
||||||
{% if ansible_os_family == "RedHat" -%}
|
{% if ansible_os_family == "RedHat" -%}
|
||||||
network
|
network
|
||||||
|
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release == "bionic" -%}
|
||||||
|
systemd-networkd
|
||||||
{%- elif ansible_os_family == "Debian" -%}
|
{%- elif ansible_os_family == "Debian" -%}
|
||||||
networking
|
networking
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user