aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/sshd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/sshd.yml')
-rw-r--r--roles/space_server/tasks/sshd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/tasks/sshd.yml b/roles/space_server/tasks/sshd.yml
index 2f8d35a..14597b4 100644
--- a/roles/space_server/tasks/sshd.yml
+++ b/roles/space_server/tasks/sshd.yml
@@ -49,6 +49,6 @@
command: systemctl enable sshd.service
args:
creates: '/etc/systemd/system/multi-user.target.wants/sshd.service'
- when: chroot
+ when: chroot|bool
# vim: set ts=2 sw=2 et: