diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 6984803cef..69cb3c820c 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -14,7 +14,10 @@ pre_tasks: - name: Install policycoreutils-python - package: name=policycoreutils-python state=present + package: name={{item}} state=present + with_items: + - policycoreutils-python-utils + - policycoreutils-python - name: Create /srv/web/ for all the goodies. file: >