diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 2e529cdc1b..df75530feb 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -57,6 +57,9 @@ pre_tasks: + - name: Install policycoreutils-python + yum: pkg=policycoreutils-python state=present + - name: Create /srv/web/ for all the goodies. file: > dest=/srv/web state=directory