diff --git a/workstation.yml b/workstation.yml
index 911c83e236966615d67169f32196159b4794b736..3a774702a9a8ee9ec11fd032fc7e7df28e87383a 100644
--- a/workstation.yml
+++ b/workstation.yml
@@ -18,6 +18,7 @@
   - assert:
       that:
       - ansible_pkg_mgr == 'apt'
+
   - name: APT install
     with_items:
     - network-manager
@@ -25,6 +26,8 @@
     - ufw
     - libdvdcss2
     - vagrant
+    - dnsmasq
+    - resolvconf
     apt:
       name: '{{ item }}'
       state: present