diff options
Diffstat (limited to 'roles/raspbian/tasks')
-rw-r--r-- | roles/raspbian/tasks/apt.yml | 2 | ||||
-rw-r--r-- | roles/raspbian/tasks/networkd.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/raspbian/tasks/apt.yml b/roles/raspbian/tasks/apt.yml index f9a4115..2d88800 100644 --- a/roles/raspbian/tasks/apt.yml +++ b/roles/raspbian/tasks/apt.yml @@ -13,6 +13,6 @@ with_items: - apt-daily.timer - apt-daily-upgrade.timer - when: chroot|bool + when: chroot # vim: set ts=2 sw=2 et: diff --git a/roles/raspbian/tasks/networkd.yml b/roles/raspbian/tasks/networkd.yml index c372a5c..bfff12d 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|bool + when: use_networkd # vim: set ts=2 sw=2 et: |