Merge "Add gather_facts to ovs roles"

This commit is contained in:
Zuul 2018-03-30 12:44:38 +00:00 committed by Gerrit Code Review
commit fc2e745e91

View File

@ -340,6 +340,7 @@
when: enable_opendaylight | bool }
- name: Apply role openvswitch
gather_facts: false
hosts:
- openvswitch
serial: '{{ serial|default("0") }}'
@ -349,6 +350,7 @@
when: "(enable_openvswitch | bool) and not (enable_ovs_dpdk | bool)"}
- name: Apply role ovs-dpdk
gather_facts: false
hosts:
- openvswitch
serial: '{{ serial|default("0") }}'