This commit is contained in:
parent
8497e6e963
commit
4abca89ba5
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: Restart openvswitch
|
- name: Restart openvswitch
|
||||||
service: name="{{ openvswitch_service }}" state=restarted
|
service:
|
||||||
|
name: "{{ openvswitch_service }}"
|
||||||
|
state: restarted
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
name: "{{ openvswitch_remove_packages }}"
|
name: "{{ openvswitch_remove_packages }}"
|
||||||
state: absent
|
state: absent
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
notify: Restart openvswitch
|
notify: Restart openvswitch
|
||||||
|
|
||||||
- name: Include tasks for {{ ansible_os_family }}
|
- name: Include tasks for {{ ansible_os_family }}
|
||||||
include_tasks: "{{ ansible_os_family }}.yml"
|
include_tasks: "{{ ansible_os_family }}.yml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue