From d02bcdc3b92cb75875e9482019e871a312f430d3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 Feb 2014 18:06:45 +0000 Subject: [PATCH] Install policycoreutils-python as well for semanage --- roles/unbound/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/unbound/tasks/main.yml b/roles/unbound/tasks/main.yml index e1172b99e3..9dd53ae8e1 100644 --- a/roles/unbound/tasks/main.yml +++ b/roles/unbound/tasks/main.yml @@ -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