Fix Bionic networking restart error #3430 (#3431)

This commit is contained in:
Tupin Laurent 2018-10-02 12:10:52 +02:00 committed by k8s-ci-robot
parent 66e304c41b
commit 05dabb7e7b

View file

@ -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 %}