Skip to content
Snippets Groups Projects
Commit fb50892e authored by wanghongxu's avatar wanghongxu
Browse files

Add gather_facts to ovs roles

Add gather_facts: false to ovs roles to avoid
Ansible gathering facts twice.

Change-Id: I3a26ac40cd6e4a9c0e16b668bae577a795a1e100
Closes-Bug: #1746396
parent 29226edf
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,7 @@
when: enable_opendaylight | bool }
- name: Apply role openvswitch
gather_facts: false
hosts:
- openvswitch
roles:
......@@ -338,6 +339,7 @@
when: "(enable_openvswitch | bool) and not (enable_ovs_dpdk | bool)"}
- name: Apply role ovs-dpdk
gather_facts: false
hosts:
- openvswitch
roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment