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 @@
{%- else -%}
network
{%- endif -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal"] -%}
{%- elif ansible_distribution == "Ubuntu" -%}
systemd-networkd
{%- elif ansible_os_family == "Debian" -%}
networking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment