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 # This role sets up rsyncd on a server
# #
- name: install rsync - name: install rnecessary packages
yum: state=installed name=rsync yum: state=installed name={{item}}
tags: with_items:
- packages - rsync
- xinetd
- name: install xinetd - libsemanage-python
yum: state=installed name=xinetd
tags: tags:
- packages - packages