This commit is contained in:
parent
b33c347719
commit
5bb1c8c569
6 changed files with 85 additions and 35 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue