This needs libsemanage-python
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
c7bee7cb55
commit
8b59c4a93f
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue