From ecb6482396c969c6e0eb3e06c182c7bfb91d54fe Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 27 Feb 2020 20:01:17 +0100 Subject: roles: remove useless |bool filters This used to be a fix for some bogus warnings, but they seem to have gone in recent versions of Ansible --- 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 407040e..71637c1 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|bool + when: use_tmpfs - import_tasks: hosts.yml tags: hosts - import_tasks: timezone.yml -- cgit v1.2.1