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 : )
pull/8140/head
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
1 changed files with 1 additions and 1 deletions

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