mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Update linting
This commit is contained in:
parent
cd250f1472
commit
48de3d601d
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -21,4 +21,3 @@
|
|||
label: "user={{ user.name }}"
|
||||
loop_var: user
|
||||
when: user.state | default ('present') == 'present'
|
||||
|
||||
|
|
Loading…
Reference in a new issue