prepare_ovs call gather facts (#27468)
* prepare_ovs call gather facts As we are no longer using run_ovs_integration_tests.yml we need to explicitly gather facts so we can call the correct package manager. * typo
This commit is contained in:
parent
e419a55c71
commit
ea4eb8f1c8
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
|
||||
# network-integration test are ran with gather_facts: no
|
||||
# We need to explicitly call setup so ansible_distribution is set
|
||||
|
||||
- name: Gather facts
|
||||
setup:
|
||||
|
||||
- name: Install openvswitch-switch package if we are on Ubuntu
|
||||
apt:
|
||||
name: openvswitch-switch
|
||||
|
|
Loading…
Reference in a new issue