Merge "Add gather_facts to ovs roles"
This commit is contained in:
commit
fc2e745e91
@ -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") }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user