Merge "Remove check for openvswitch package."

This commit is contained in:
Zuul 2019-06-28 17:24:26 +00:00 committed by Gerrit Code Review
commit 5b100af2c7
1 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,4 @@
---
- name: Ensure Openvswitch is installed
package:
name: "{{ 'openvswitch' if use_oooq|bool else 'rhosp-openvswitch' }}"
state: present
- name: Ensure Openvswitch is enabled and running
service:
name: openvswitch