diff --git a/tasks/main.yml b/tasks/main.yml
index bf4d439b40389b74258d5f696086bcc05b79aaeb..895b16326891cae92b67ff8401ec4d53709b0544 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -146,6 +146,7 @@
 
 - name: Configure Network
   ansible.builtin.import_tasks: "configure_network.yml"
+  when: ansible_os_family == "Debian"
   tags: [network, dns, resolv]
 
 # there's no way to get this task to become idempotent, so we have to skip the test