Convert include to include_tasks
Include is deprecated, additionally include_tasks is now faster. Signed-off-by: Kevin Carter <kevin@cloudnull.com> Change-Id: Ifd04358878aacce0b8236f01b9b53aaaba8a95d5
This commit is contained in:
parent
ef764770e2
commit
4c88b486fc
@ -65,4 +65,4 @@
|
||||
when:
|
||||
- neutron_services['neutron-ovn-controller']['group'] in group_names
|
||||
|
||||
- include: setup_ovs_ovn.yml
|
||||
- ansible.builtin.include_tasks: setup_ovs_ovn.yml
|
||||
|
@ -41,6 +41,6 @@
|
||||
- neutron_provider_networks.network_interface_mappings is defined and (neutron_provider_networks.network_interface_mappings|length > 0)
|
||||
- not ovs_dpdk_support
|
||||
|
||||
- include: setup_ovs_dpdk.yml
|
||||
- ansible.builtin.include_tasks: setup_ovs_dpdk.yml
|
||||
when:
|
||||
- ovs_dpdk_support
|
||||
|
Loading…
Reference in New Issue
Block a user