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 sakuraiyuta committed Apr 16, 2022
1 parent a5ac313 commit 375334f
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 375334f

Please sign in to comment.