Lint fixes
This commit is contained in:
parent
26d92fd306
commit
69bc7d96f2
2 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,8 @@
|
||||||
sefcontext:
|
sefcontext:
|
||||||
path: /srv/web(/.*)?
|
path: /srv/web(/.*)?
|
||||||
setype: httpd_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
when: ansible_selinux_python_present == true
|
when: ansible_selinux_python_present
|
||||||
|
|
||||||
- name: create data and config directories
|
- name: create data and config directories
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
sefcontext:
|
sefcontext:
|
||||||
path: /srv/web(/.*)?
|
path: /srv/web(/.*)?
|
||||||
setype: httpd_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
when: ansible_selinux_python_present == true
|
when: ansible_selinux_python_present
|
||||||
|
|
||||||
- name: create nginx data and config directories
|
- name: create nginx data and config directories
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue