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
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue