add libsemanage-python here in case it was not installed

This commit is contained in:
Kevin Fenzi 2017-04-27 20:46:32 +00:00
parent f839d0404f
commit 579f598dc1

View file

@ -4,6 +4,7 @@
- name: install needed packages
package: pkg={{ item }} state=installed
with_items:
- libsemanage-python
- varnish
tags:
- varnish