mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2026-03-22 02:17:28 +01:00
PR #146: Check list length instead of casting to bool.
This commit is contained in:
@@ -28,4 +28,4 @@
|
||||
when: docker_install_compose | bool
|
||||
|
||||
- include_tasks: docker-users.yml
|
||||
when: docker_users | bool
|
||||
when: docker_users | length > 0
|
||||
|
||||
Reference in New Issue
Block a user