diff --git a/tests/playbook.yml b/tests/playbook.yml
index 1aae1eac894ebec57e2e796dafc5dc03378be43b..9cba461a61b3e1655e6ad391ef949786963dbc9c 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -11,3 +11,9 @@
   strategy: free
   roles:
     - role: dhcp
+  post_tasks: # For testing.
+      - name: APT install
+        when: ansible_pkg_mgr == 'apt'
+        apt:
+            name: ['net-tools']
+            state: present