diff --git a/.yamllint b/.yamllint index 76a383c..f2033dd 100644 --- a/.yamllint +++ b/.yamllint @@ -8,3 +8,4 @@ rules: ignore: | .github/stale.yml + .travis.yml diff --git a/tasks/setup-FreeBSD.yml b/tasks/setup-FreeBSD.yml index f4614f6..637c520 100644 --- a/tasks/setup-FreeBSD.yml +++ b/tasks/setup-FreeBSD.yml @@ -14,3 +14,4 @@ file: path: /var/log/nginx state: directory + mode: 0755 diff --git a/tasks/setup-OpenBSD.yml b/tasks/setup-OpenBSD.yml index c660301..c75c27e 100644 --- a/tasks/setup-OpenBSD.yml +++ b/tasks/setup-OpenBSD.yml @@ -8,3 +8,4 @@ file: path: /var/log/nginx state: directory + mode: 0755 diff --git a/tasks/vhosts.yml b/tasks/vhosts.yml index 7e2995e..8f990fb 100644 --- a/tasks/vhosts.yml +++ b/tasks/vhosts.yml @@ -10,6 +10,7 @@ file: path: "{{ nginx_vhost_path }}" state: directory + mode: 0755 notify: reload nginx - name: Add managed vhost config files.