We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304079a commit 2e7dad0Copy full SHA for 2e7dad0
.yamllint
@@ -1,6 +1,11 @@
1
---
2
extends: default
3
+
4
rules:
5
line-length:
6
max: 180
7
level: warning
8
9
+ignore: |
10
+ .github/stale.yml
11
+ .travis.yml
tasks/main.yml
@@ -16,6 +16,7 @@
16
file:
17
path: "{{ varnish_config_path }}"
18
state: directory
19
+ mode: 0755
20
21
- name: Copy Varnish configuration (sysvinit).
22
template:
0 commit comments