Lint fixes

This commit is contained in:
Timo Makinen 2022-02-25 17:03:03 +00:00
parent 8203708406
commit 0702b45dad
4 changed files with 10 additions and 5 deletions

View file

@ -27,6 +27,7 @@
path: /srv/web(/.*)?
setype: httpd_sys_content_t
when: ansible_selinux_python_present == true
- name: create nginx data and config directories
file:
state: directory
@ -104,7 +105,8 @@
- ansible_distribution == "CentOS"
- ansible_distribution_major_version == "7"
- import_role:
- name: import sftpuser role
import_role:
name: sftpuser
vars:
chroot: "{{ nginx_logdir }}"