Another one.
This commit is contained in:
parent
85a1e3e30b
commit
2e1bf254a5
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue