Fix Gentoo ovs install

openvswitch on gentoo needs another packaging hint, add it.

For failure, see https://review.opendev.org/668249

Co-Authored-By: Matthew Thode <mthode@mthode.org>
Change-Id: I0a43dbf2fa63fa93bd7bf73db210ba4685b28127
This commit is contained in:
Andreas Jaeger 2019-06-30 09:38:17 +02:00
parent 9a82ac0f60
commit 311a3a84ed
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
create: yes
with_items:
- { line: 'dev-python/twisted conch # for openvswitch' }
- { line: 'sys-apps/util-linux caps # for openvswitch' }
- { line: 'net-misc/openvswitch -modules # ovs/gre are staticly built' }
when:
- ansible_distribution == 'Gentoo'