Skip to content

Commit

Permalink
Fixed systemd-networkd restart for ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
u2216 committed May 18, 2022
1 parent 34ec4d5 commit d1f5bea
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 @@ -381,7 +381,7 @@
{%- else -%}
network
{%- endif -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal"] -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal", "jammy"] -%}
systemd-networkd
{%- elif ansible_os_family == "Debian" -%}
networking
Expand Down

0 comments on commit d1f5bea

Please sign in to comment.