From fa759bdc030a929465db443850d78de181b760cc Mon Sep 17 00:00:00 2001 From: Dan Bohea Date: Thu, 6 Jun 2019 13:40:30 +0100 Subject: [PATCH] Fixes deprecation warnings about evaluating bare variables --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index f248279..4dffe21 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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