Skip to content
Snippets Groups Projects
Commit 05dabb7e authored by Tupin Laurent's avatar Tupin Laurent Committed by k8s-ci-robot
Browse files

Fix Bionic networking restart error #3430 (#3431)

parent 66e304c4
Branches
Tags v2.7.0
No related merge requests found
......@@ -203,6 +203,8 @@
name: >-
{% if ansible_os_family == "RedHat" -%}
network
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release == "bionic" -%}
systemd-networkd
{%- elif ansible_os_family == "Debian" -%}
networking
{%- endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment