Comprehensive linter warning fixes

This commit is contained in:
Guido Grazioli
2024-04-17 15:45:11 +02:00
parent d17c364257
commit 1f910bd400
17 changed files with 62 additions and 41 deletions

View File

@@ -10,4 +10,4 @@
loop: "{{ client.users | flatten }}"
loop_control:
loop_var: user
when: "'client_roles' in user"
when: "'client_roles' in user"