Merge pull request #146 from danbohea/master

Fixes deprecation warnings about evaluating bare variables
This commit is contained in:
Jeff Geerling
2019-08-23 12:35:19 -05:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
meta: flush_handlers
- include_tasks: docker-compose.yml
when: docker_install_compose
when: docker_install_compose | bool
- include_tasks: docker-users.yml
when: docker_users
when: docker_users | bool