Lint fixes
This commit is contained in:
parent
8203708406
commit
0702b45dad
4 changed files with 10 additions and 5 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue