Another one.

This commit is contained in:
Kevin Fenzi 2015-11-09 17:45:16 +00:00
parent 85a1e3e30b
commit 2e1bf254a5

View file

@ -11,6 +11,17 @@
- libsemanage-python
tags:
- packages
when: ansible_distribution_major_version|int < 22
- name: install rnecessary packages
dnf: state=present name={{item}}
with_items:
- rsync
- xinetd
- libsemanage-python
tags:
- packages
when: ansible_distribution_major_version|int > 21
- name: rsyncd.conf file
copy: src={{ item }} dest=/etc/rsyncd.conf mode=644