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:
parent
649f962ac6
commit
539c9e0d99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue