Skip to content
Snippets Groups Projects
Unverified Commit e42a01f2 authored by Andrey's avatar Andrey Committed by GitHub
Browse files

Fixed systemd-networkd restart for ubuntu 22.04, when using reset.yml (#8841)

* Fixed systemd-networkd restart  for ubuntu 22.04

* fixed systemd-networkd restart for all Ubuntu
parent a28b58db
No related branches found
No related tags found
No related merge requests found
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
{%- else -%} {%- else -%}
network network
{%- endif -%} {%- endif -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal"] -%} {%- elif ansible_distribution == "Ubuntu" -%}
systemd-networkd systemd-networkd
{%- elif ansible_os_family == "Debian" -%} {%- elif ansible_os_family == "Debian" -%}
networking networking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment