Browse Source

fix reset network for tencent OS (#11459)

Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
pull/11472/head
kyrie 5 months ago
committed by GitHub
parent
commit
961a6a8c9e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/reset/defaults/main.yml

2
roles/reset/defaults/main.yml

@ -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 ansible_distribution == "Kylin Linux Advanced Server" -%}
or is_fedora_coreos or ansible_distribution in ["Fedora", "Kylin Linux Advanced Server", "TencentOS"] -%}
NetworkManager
{%- else -%}
network

Loading…
Cancel
Save