Merge "create the pacage.use file..."

This commit is contained in:
Zuul 2018-09-24 07:17:13 +00:00 committed by Gerrit Code Review
commit 9ce37ae54f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
lineinfile:
path: /etc/portage/package.use/ovs
line: "{{ item.line }}"
create: yes
with_items:
- { line: 'dev-python/twisted conch # for openvswitch' }
- { line: 'net-misc/openvswitch -modules # ovs/gre are staticly built' }