diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2020-02-27 20:12:02 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2020-02-27 20:12:02 +0100 |
commit | 864f8574c6eeaadca318d8b8ed36a209108d50c2 (patch) | |
tree | efec7fde3dc60b9272b1458708775185503fc831 /roles/debian | |
parent | ecb6482396c969c6e0eb3e06c182c7bfb91d54fe (diff) | |
download | labitat-ansible-864f8574c6eeaadca318d8b8ed36a209108d50c2.tar.gz labitat-ansible-864f8574c6eeaadca318d8b8ed36a209108d50c2.tar.xz labitat-ansible-864f8574c6eeaadca318d8b8ed36a209108d50c2.zip |
debian: networkd: remove last |bool instance
Diffstat (limited to 'roles/debian')
-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: |