Fixes deprecation warnings about evaluating bare variables

master
Dan Bohea 2019-06-06 13:40:30 +01:00
parent 5afc0f8ab4
commit fa759bdc03
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