Browse Source

Fix Bionic networking restart error #3430 (#3431)

release-2.7 v2.7.0
Tupin Laurent 6 years ago
committed by k8s-ci-robot
parent
commit
05dabb7e7b
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/reset/tasks/main.yml

2
roles/reset/tasks/main.yml

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

Loading…
Cancel
Save