create the pacage.use file...

Change-Id: I7e2483f38270f7d51214a89037539325fd8ab0b3
This commit is contained in:
Matthew Thode 2018-09-23 21:20:29 -05:00
parent ea5c35e8c4
commit 7311980404
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
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' }