Skip to content

Commit 2e7dad0

Browse files
committed
Fix rule 208 lint issues.
1 parent 304079a commit 2e7dad0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.yamllint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
extends: default
3+
34
rules:
45
line-length:
56
max: 180
67
level: warning
8+
9+
ignore: |
10+
.github/stale.yml
11+
.travis.yml

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
file:
1717
path: "{{ varnish_config_path }}"
1818
state: directory
19+
mode: 0755
1920

2021
- name: Copy Varnish configuration (sysvinit).
2122
template:

0 commit comments

Comments
 (0)