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
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,8 @@ ...@@ -203,6 +203,8 @@
name: >- name: >-
{% if ansible_os_family == "RedHat" -%} {% if ansible_os_family == "RedHat" -%}
network network
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release == "bionic" -%}
systemd-networkd
{%- elif ansible_os_family == "Debian" -%} {%- elif ansible_os_family == "Debian" -%}
networking networking
{%- endif %} {%- endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment