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 Ubuntupull/8837/head
parent
a28b58dbd0
commit
e42a01f203
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue