PR #146: Check list length instead of casting to bool.
This commit is contained in:
parent
7f6b3e1dec
commit
f17b399521
|
@ -28,4 +28,4 @@
|
|||
when: docker_install_compose | bool
|
||||
|
||||
- include_tasks: docker-users.yml
|
||||
when: docker_users | bool
|
||||
when: docker_users | length > 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user