Skip to content

Commit

Permalink
added hirsute in restart network (kubernetes-sigs#8134)
Browse files Browse the repository at this point in the history
restarting network in ubuntu 21.04 fails and checked the restart menu and found that hirsute was missing in the argument : )
  • Loading branch information
seungjinyu authored and LuckySB committed Jun 27, 2023
1 parent bca71c0 commit 134944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 134944c

Please sign in to comment.