Fix linter warnings in docker_setup
This commit is contained in:
parent
ba9f9d0019
commit
892ecb7290
1 changed files with 1 additions and 1 deletions
|
@ -75,5 +75,5 @@
|
|||
name: "{{ item.logname }}"
|
||||
groups: docker
|
||||
append: yes
|
||||
when: item.docker == true
|
||||
when: item.docker
|
||||
with_items: "{{ users }}"
|
||||
|
|
Loading…
Reference in a new issue