Skip to content
Snippets Groups Projects
Unverified Commit acd5185a authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

Fix fedora reset (#8205)

* Reset: Fedora uses NetworkManager

* CI: test reset on fedora
parent 0263c649
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,8 @@ packet_fedora33-calico: ...@@ -202,6 +202,8 @@ packet_fedora33-calico:
stage: deploy-part2 stage: deploy-part2
extends: .packet_periodic extends: .packet_periodic
when: on_success when: on_success
variables:
RESET_CHECK: "true"
packet_fedora34-calico-selinux: packet_fedora34-calico-selinux:
stage: deploy-part2 stage: deploy-part2
......
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
service: service:
name: >- name: >-
{% if ansible_os_family == "RedHat" -%} {% 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 NetworkManager
{%- else -%} {%- else -%}
network network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment