fix lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-02 21:34:51 +02:00
parent 8497e6e963
commit 4abca89ba5
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
--- ---
- name: Restart openvswitch - name: Restart openvswitch
service: name="{{ openvswitch_service }}" state=restarted service:
name: "{{ openvswitch_service }}"
state: restarted

View file

@ -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"