From 30ceb3e550e374ae670307abc755b9fd8d9d2b69 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Mar 2015 22:23:03 +0000 Subject: [PATCH] We need this nfs bool as well. --- roles/kojipkgs/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/kojipkgs/tasks/main.yml b/roles/kojipkgs/tasks/main.yml index c9fb965eca..b62d1668d5 100644 --- a/roles/kojipkgs/tasks/main.yml +++ b/roles/kojipkgs/tasks/main.yml @@ -29,6 +29,11 @@ tags: - kojipkgs +- name: set seboolean for nfs httpd + seboolean: name=httpd_use_nfs state=true persistent=true + tags: + - kojipkgs + - name: install squid config files copy: src={{ item }} dest=/etc/squid/{{ item }} owner=root group=root mode=644 with_items: