diff options
-rw-r--r-- | roles/debian/tasks/networkd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |