need policycoreutils-python-utils too

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-12-01 00:51:25 +00:00
parent 701675d9d0
commit 7125f48546

View file

@ -14,7 +14,10 @@
pre_tasks: pre_tasks:
- name: Install policycoreutils-python - 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. - name: Create /srv/web/ for all the goodies.
file: > file: >