From 864f8574c6eeaadca318d8b8ed36a209108d50c2 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 27 Feb 2020 20:12:02 +0100 Subject: debian: networkd: remove last |bool instance --- roles/debian/tasks/networkd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/debian/tasks/networkd.yml b/roles/debian/tasks/networkd.yml index bed76a0..7f943a2 100644 --- a/roles/debian/tasks/networkd.yml +++ b/roles/debian/tasks/networkd.yml @@ -66,6 +66,6 @@ block: - command: systemctl disable networking.service - command: systemctl mask networking.service - when: use_networkd and chroot|bool + when: use_networkd and chroot # vim: set ts=2 sw=2 et: -- cgit v1.2.1