diff --git a/tasks/configure_network.yml b/tasks/configure_network.yml
index bb1956c75b2538088648c83754359a7eb94c50ac..269efcd15495146c5aae9904f84b31f59373da4f 100644
--- a/tasks/configure_network.yml
+++ b/tasks/configure_network.yml
@@ -1,7 +1,7 @@
 ---
 # Sooo, WTF is this?
 # In Debian 11 Bullseye's default configuration, network is managed by
-#`ifupdown`. This is OK until you try to use NFS mounts, because they require
+# `ifupdown`. This is OK until you try to use NFS mounts, because they require
 # the network to be fully up and reachable. As `ifupdown` won't properly report
 # the actual network status, SystemD will try to mount NFS shares too early and
 # fail inevitably, because the network is not reachable yet.
@@ -61,4 +61,4 @@
 # The network changes require a reboot, so do that.
 - name: reboot system
   ansible.builtin.reboot:
-  changed_when: False
+  changed_when: false