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