mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
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
|
when: docker_install_compose | bool
|
||||||
|
|
||||||
- include_tasks: docker-users.yml
|
- include_tasks: docker-users.yml
|
||||||
when: docker_users | bool
|
when: docker_users | length > 0
|
||||||
|
Loading…
Reference in New Issue
Block a user