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/timesyncd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/fedora/tasks/timesyncd.yml') diff --git a/roles/fedora/tasks/timesyncd.yml b/roles/fedora/tasks/timesyncd.yml index 63949fc..180d8c2 100644 --- a/roles/fedora/tasks/timesyncd.yml +++ b/roles/fedora/tasks/timesyncd.yml @@ -20,6 +20,6 @@ when: not chroot - name: '- when in chroot' command: systemctl enable systemd-timesyncd.service - when: chroot + when: chroot|bool # vim: set ts=2 sw=2 et: -- cgit v1.2.1