Browse Source

added hirsute in restart network (#8134)

restarting network in ubuntu 21.04 fails and checked the restart menu and found that hirsute was missing in the argument : )
pull/8140/head
vatech_seungjin 2 years ago
committed by GitHub
parent
commit
539c9e0d99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/reset/tasks/main.yml

2
roles/reset/tasks/main.yml

@ -388,7 +388,7 @@
{%- else -%}
network
{%- endif -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["bionic", "focal"] -%}
{%- elif ansible_distribution == "Ubuntu" and ansible_distribution_release in ["hirsute","bionic", "focal"] -%}
systemd-networkd
{%- elif ansible_os_family == "Debian" -%}
networking

Loading…
Cancel
Save