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/fedora/tasks/timezone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/fedora/tasks/timezone.yml') diff --git a/roles/fedora/tasks/timezone.yml b/roles/fedora/tasks/timezone.yml index a917dd4..efe6546 100644 --- a/roles/fedora/tasks/timezone.yml +++ b/roles/fedora/tasks/timezone.yml @@ -9,6 +9,6 @@ src: '../usr/share/zoneinfo/{{ timezone }}' state: link force: yes - when: chroot + when: chroot|bool # vim: set ts=2 sw=2 et: -- cgit v1.2.1