Merge pull request #146 from danbohea/master

Fixes deprecation warnings about evaluating bare variables
master
Jeff Geerling 2019-08-23 12:35:19 -05:00 committed by GitHub
commit 7f6b3e1dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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