1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-07-07 00:08:53 +02:00

Update linting

This commit is contained in:
L3D 2024-03-26 16:04:10 +01:00
parent cd250f1472
commit 48de3d601d
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
extends: default
rules:
# 170 chars should be enough, but don't fail if a line is longer
# 310 chars should be enough, but don't fail if a line is longer
line-length:
max: 170
max: 310
level: warning

View file

@ -21,4 +21,3 @@
label: "user={{ user.name }}"
loop_var: user
when: user.state | default ('present') == 'present'