Split up vm prep from juju setup
diff --git a/cord-single-playbook.yml b/cord-single-playbook.yml
index 665cdad..bd7c7d0 100644
--- a/cord-single-playbook.yml
+++ b/cord-single-playbook.yml
@@ -31,11 +31,16 @@
   roles:
     - dns-configure
 
-- name: Configure head node, create VM's, and start Juju setup
+- name: Configure head node, create VM's
+  hosts: head
+  become: yes
+  roles:
+    - head-prep
+    - config-virt
+
+- name: Setup Juju 
   hosts: head
   roles:
-    - { role: head-prep, become: yes }
-    - { role: config-virt, become: yes }
     - juju-user-prep
     - juju-setup