This needs libsemanage-python

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-29 21:24:48 +00:00
parent c7bee7cb55
commit 8b59c4a93f

View file

@ -3,13 +3,12 @@
# This role sets up rsyncd on a server
#
- name: install rsync
yum: state=installed name=rsync
tags:
- packages
- name: install xinetd
yum: state=installed name=xinetd
- name: install rnecessary packages
yum: state=installed name={{item}}
with_items:
- rsync
- xinetd
- libsemanage-python
tags:
- packages