Skip to content
Snippets Groups Projects
Unverified Commit 343d6803 authored by kyrie's avatar kyrie Committed by GitHub
Browse files

fix kylin OS choose NetworkManager (#11406)

parent 3d1653f9
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ reset_restart_network_service_name: >-
{% if ansible_os_family == "RedHat" -%}
{%-
if ansible_distribution_major_version | int >= 8
or is_fedora_coreos or ansible_distribution == "Fedora" -%}
or is_fedora_coreos or ansible_distribution == "Fedora" or ansible_distribution == "Kylin Linux Advanced Server" -%}
NetworkManager
{%- else -%}
network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment