PR #146: Check list length instead of casting to bool.

master
Jeff Geerling 2019-08-23 12:36:34 -05:00
parent 7f6b3e1dec
commit f17b399521
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@
when: docker_install_compose | bool
- include_tasks: docker-users.yml
when: docker_users | bool
when: docker_users | length > 0