Fix rule 208 lint issues.

pull/208/head
Jeff Geerling 4 years ago
parent 78c46c4972
commit 227d1326ca
  1. 1
      .yamllint
  2. 1
      tasks/setup-FreeBSD.yml
  3. 1
      tasks/setup-OpenBSD.yml
  4. 1
      tasks/vhosts.yml

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

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

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

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