Fixes network restart for Ubuntu Bionic Beaver (#3600)

As Ubuntu Bionic Beaver uses systemd-networkd the step fails
if it tries to restart networking, as it is nonexistent.
This commit is contained in:
RuriRyan 2018-11-09 17:13:57 +01:00 committed by k8s-ci-robot
parent b997912ebe
commit c2710899ed

View file

@ -16,6 +16,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 %}