Skip to content
Snippets Groups Projects
Unverified Commit 539c9e0d authored by vatech_seungjin's avatar vatech_seungjin Committed by GitHub
Browse files

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 : )
parent 649f962a
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@
{%- else -%}
network
{%- 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
{%- elif ansible_os_family == "Debian" -%}
networking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment