fix kylin OS choose NetworkManager (#11406)

Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
pull/11418/head
kyrie 2024-08-05 18:34:59 +08:00 committed by GitHub
parent 3d1653f950
commit 343d680371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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