Update for EL8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-09-18 00:25:07 +02:00
parent b33c347719
commit 5bb1c8c569
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
6 changed files with 85 additions and 35 deletions

View file

@ -2,13 +2,6 @@
- name: Include vars for {{ ansible_os_family }}
include_vars: "{{ ansible_os_family }}.yml"
- name: remove old packages
package:
name: "{{ openvswitch_remove_packages }}"
state: absent
update_cache: yes
notify: Restart openvswitch
- name: Include tasks for {{ ansible_os_family }}
include_tasks: "{{ ansible_os_family }}.yml"