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
1 changed files with 2 additions and 0 deletions

View File

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