Clean up this some more.
This commit is contained in:
parent
51173a59b8
commit
22b531e5b3
1 changed files with 3 additions and 8 deletions
|
@ -8,17 +8,12 @@
|
|||
- name: Get libsemanage-python
|
||||
yum: pkg=libsemanage-python state=installed
|
||||
|
||||
- name: Get policycoreutils-python
|
||||
yum: pkg=policycoreutils-python state=installed
|
||||
|
||||
- name: Set httpd_use_nfs seboolean
|
||||
action: seboolean name=httpd_use_nfs state=yes persistent=yes
|
||||
|
||||
- name: ensure /var/log/rsyncd-fedora.log exists
|
||||
file: >
|
||||
dest=/var/log/rsyncd-fedora.log
|
||||
state=touch
|
||||
owner=root group=root mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: /var/log/rsyncd-fedora.log file context
|
||||
command: semanage fcontext -a -t rsync_log_t /var/log/rsyncd-fedora.log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue