Skip to content

Commit

Permalink
Fix Bionic networking restart error #3430 (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltupin authored and k8s-ci-robot committed Oct 2, 2018
1 parent 66e304c commit 05dabb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 05dabb7

Please sign in to comment.