Install policycoreutils-python as well for semanage

This commit is contained in:
Kevin Fenzi 2014-02-11 18:06:45 +00:00
parent ea6c98fcf0
commit d02bcdc3b9

View file

@ -2,6 +2,7 @@
yum: pkg={{ item }} state=installed
with_items:
- unbound
- policycoreutils-python
- name: install unbound config
copy: src=unbound.conf dest=/etc/unbound/unbound.conf mode=644