Install policycoreutils-python here

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-03-24 00:06:29 +00:00
parent 056eea21e3
commit 929b6306d8

View file

@ -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