aboutsummaryrefslogtreecommitdiffstats
path: root/roles/raspbian/tasks/networkd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/raspbian/tasks/networkd.yml')
-rw-r--r--roles/raspbian/tasks/networkd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/raspbian/tasks/networkd.yml b/roles/raspbian/tasks/networkd.yml
index bfff12d..c372a5c 100644
--- a/roles/raspbian/tasks/networkd.yml
+++ b/roles/raspbian/tasks/networkd.yml
@@ -3,6 +3,6 @@
file:
path: '/etc/systemd/system/dhcpcd.service.d'
state: absent
- when: use_networkd
+ when: use_networkd|bool
# vim: set ts=2 sw=2 et: