8a0740df97
Implement OVN Ansible role. Implements: blueprint ovn-controller-neutron-ansible Depends-On: https://review.opendev.org/713422 Change-Id: Icd425dea85d58db49c838839d8f0b864b4a89a78
10 lines
147 B
YAML
10 lines
147 B
YAML
---
|
|
- include_tasks: config-host.yml
|
|
|
|
- include_tasks: config.yml
|
|
|
|
- name: Flush Handlers
|
|
meta: flush_handlers
|
|
|
|
- include_tasks: post-config.yml
|