From 4f29dbb2b82f0c29bdb385741ac1852550c1e210 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sat, 6 Jul 2019 14:43:04 +0200 Subject: roles: fix warnings about bare boolean variables --- roles/debian/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/debian/tasks/main.yml') diff --git a/roles/debian/tasks/main.yml b/roles/debian/tasks/main.yml index 71637c1..407040e 100644 --- a/roles/debian/tasks/main.yml +++ b/roles/debian/tasks/main.yml @@ -3,7 +3,7 @@ tags: apt - import_tasks: tmpfs.yml tags: tmpfs - when: use_tmpfs + when: use_tmpfs|bool - import_tasks: hosts.yml tags: hosts - import_tasks: timezone.yml -- cgit v1.2.1