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 Oct 27, 2021
1 parent 649f962 commit 539c9e0
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 539c9e0

Please sign in to comment.