diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index dbfe038b8db4d1b07c197670a6b179ee17663cae..c280da43aefa0a61a300488aed63ee12b8312776 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -45,15 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" {
        permissions: 0644
 
     # Clone CRI_XCBC repository
-    - git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC
+    - git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC > /tmp/git_clone.log 2>&1
 
     # Clone CRI_Cluster_Monitor repository
-    - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /CRI_Cluster_Monitor
-
-    # Run Ansible playbook
-    runcmd:
-      - ansible-playbook -c local /CRI_XCBC/site-ops.yaml -b -v
-    EOF
+    - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git 
 
 # defines the networks of the instance
   network {