From 4f29dbb2b82f0c29bdb385741ac1852550c1e210 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sat, 6 Jul 2019 14:43:04 +0200 Subject: roles: fix warnings about bare boolean variables --- roles/space_server/tasks/nftables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/space_server/tasks/nftables.yml') diff --git a/roles/space_server/tasks/nftables.yml b/roles/space_server/tasks/nftables.yml index 9c56714..67d0864 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 + when: chroot|bool # vim: set ts=2 sw=2 et: -- cgit v1.2.1