need policycoreutils-python-utils too
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
701675d9d0
commit
7125f48546
1 changed files with 4 additions and 1 deletions
|
@ -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: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue