aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/radius.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/radius.yml')
-rw-r--r--roles/space_server/tasks/radius.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/tasks/radius.yml b/roles/space_server/tasks/radius.yml
index f918052..a3f4183 100644
--- a/roles/space_server/tasks/radius.yml
+++ b/roles/space_server/tasks/radius.yml
@@ -98,7 +98,7 @@
command: systemctl enable getusers.timer
args:
creates: '/etc/systemd/system/timers.target.wants/getusers.timer'
- when: chroot|bool
+ when: chroot
- name: Create service drop-in directory
file:
@@ -127,6 +127,6 @@
command: systemctl enable radiusd.service
args:
creates: '/etc/systemd/system/multi-user.target.wants/radiusd.service'
- when: chroot|bool
+ when: chroot
# vim: set ts=2 sw=2 et: