mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
added hirsute in restart network (#8134)
restarting network in ubuntu 21.04 fails and checked the restart menu and found that hirsute was missing in the argument : )
This commit is contained in:
@@ -388,7 +388,7 @@
|
|||||||
{%- else -%}
|
{%- else -%}
|
||||||
network
|
network
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["bionic", "focal"] -%}
|
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal"] -%}
|
||||||
systemd-networkd
|
systemd-networkd
|
||||||
{%- elif ansible_os_family == "Debian" -%}
|
{%- elif ansible_os_family == "Debian" -%}
|
||||||
networking
|
networking
|
||||||
|
|||||||
Reference in New Issue
Block a user