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

fix reset network for tencent OS (#11459)

parent 2f84567a
Branches
Tags
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 ansible_distribution == "Kylin Linux Advanced Server" -%}
or is_fedora_coreos or ansible_distribution in ["Fedora", "Kylin Linux Advanced Server", "TencentOS"] -%}
NetworkManager
{%- else -%}
network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment