1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etesync_dav.git synced 2024-07-06 22:39:06 +02:00

improving linting

This commit is contained in:
L3D 2023-10-23 23:14:46 +02:00
parent c582bf1490
commit 3168468413
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 9 additions and 1 deletions

8
.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning

View file

@ -7,7 +7,7 @@
ansible.builtin.file:
path: '/etc/.ansible-version'
state: directory
mode: 0755
mode: "0755"
when: submodules_versioncheck | bool
- name: Check playbook version