Fix rule 208 lint issues.

This commit is contained in:
Jeff Geerling 2020-08-20 22:37:17 -05:00
parent 78c46c4972
commit 227d1326ca
4 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,4 @@ rules:
ignore: |
.github/stale.yml
.travis.yml

View File

@ -14,3 +14,4 @@
file:
path: /var/log/nginx
state: directory
mode: 0755

View File

@ -8,3 +8,4 @@
file:
path: /var/log/nginx
state: directory
mode: 0755

View File

@ -10,6 +10,7 @@
file:
path: "{{ nginx_vhost_path }}"
state: directory
mode: 0755
notify: reload nginx
- name: Add managed vhost config files.