Fix fedora reset (#8205)
* Reset: Fedora uses NetworkManager * CI: test reset on fedora
This commit is contained in:
parent
0263c649f4
commit
acd5185ad4
2 changed files with 3 additions and 1 deletions
|
@ -202,6 +202,8 @@ packet_fedora33-calico:
|
|||
stage: deploy-part2
|
||||
extends: .packet_periodic
|
||||
when: on_success
|
||||
variables:
|
||||
RESET_CHECK: "true"
|
||||
|
||||
packet_fedora34-calico-selinux:
|
||||
stage: deploy-part2
|
||||
|
|
|
@ -385,7 +385,7 @@
|
|||
service:
|
||||
name: >-
|
||||
{% if ansible_os_family == "RedHat" -%}
|
||||
{%- if ansible_distribution_major_version|int == 8 or is_fedora_coreos -%}
|
||||
{%- if ansible_distribution_major_version|int == 8 or is_fedora_coreos or ansible_distribution == "Fedora" -%}
|
||||
NetworkManager
|
||||
{%- else -%}
|
||||
network
|
||||
|
|
Loading…
Reference in a new issue