aboutsummaryrefslogtreecommitdiffstats
path: root/roles/debian/tasks/timesyncd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/debian/tasks/timesyncd.yml')
-rw-r--r--roles/debian/tasks/timesyncd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/debian/tasks/timesyncd.yml b/roles/debian/tasks/timesyncd.yml
index 63949fc..180d8c2 100644
--- a/roles/debian/tasks/timesyncd.yml
+++ b/roles/debian/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: