aboutsummaryrefslogtreecommitdiffstats
path: root/roles/debian/tasks/timezone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/debian/tasks/timezone.yml')
-rw-r--r--roles/debian/tasks/timezone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/debian/tasks/timezone.yml b/roles/debian/tasks/timezone.yml
index efe6546..a917dd4 100644
--- a/roles/debian/tasks/timezone.yml
+++ b/roles/debian/tasks/timezone.yml
@@ -9,6 +9,6 @@
src: '../usr/share/zoneinfo/{{ timezone }}'
state: link
force: yes
- when: chroot|bool
+ when: chroot
# vim: set ts=2 sw=2 et: