Skip to content
Snippets Groups Projects
Commit 50542b20 authored by Lars Beckers's avatar Lars Beckers
Browse files

lint yaml files

parent f862af97
No related branches found
No related tags found
No related merge requests found
---
extends: default
rules:
comments-indentation:
level: warning
document-start:
level: error
empty-lines:
max: 1
empty-values:
forbid-in-flow-mappings: true
forbid-in-block-mappings: true
line-length:
level: warning
octal-values:
forbid-implicit-octal: true
level: warning
---
- name: restart unbound
systemd: name=unbound.service state=restarted
---
- name: Install unbound packages
apt: name=unbound state=present
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment