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:
vatech_seungjin 2021-10-28 07:19:10 +09:00 committed by GitHub
parent 649f962ac6
commit 539c9e0d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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