revert repo push due to issues with non-CiaB deployments

Change-Id: I321a4ca1721d6e53016a9a2588114536e51d26e6
diff --git a/roles/xos-vm-install/tasks/main.yml b/roles/xos-vm-install/tasks/main.yml
index 1f704c6..65a368d 100644
--- a/roles/xos-vm-install/tasks/main.yml
+++ b/roles/xos-vm-install/tasks/main.yml
@@ -21,7 +21,7 @@
       src: "{{ playbook_dir }}/../../orchestration"
       dest: "{{ ansible_user_dir }}/xos_install/"
   when:
-      orchestration.stat.exists == True
+      False # orchestration.stat.exists == True
 
 - name: Check to see if onos_apps directory exists
   local_action: stat path="{{ playbook_dir }}/../../onos-apps/apps"
@@ -35,7 +35,7 @@
       - vtn
       - olt
   when:
-      (orchestration.stat.exists == True) and (onos_apps.stat.exists == True)
+      False # (orchestration.stat.exists == True) and (onos_apps.stat.exists == True)
 
 - name: Copy over XOS ansible playbook
   copy: