diff --git a/ood-instance/main.tf b/ood-instance/main.tf
index 8b6a5d95103aaeb95092cc3d98217778ba10ba4d..a6a4419dd94634936cb51b31187cb4349bf6656f 100644
--- a/ood-instance/main.tf
+++ b/ood-instance/main.tf
@@ -34,6 +34,7 @@ resource "openstack_compute_instance_v2" "ood" {
      - [ bash, -xc, 'ethernet=$(cat /sys/class/net/eth1/address); nodename=$(hostname -s); sed -e "s/MY_HWADDR/$ethernet/" -e "s/MY_NODENAME/$nodename/" -i /warewulf/config;' ]
      - [ bash, -xc, "until WWGETFILES_INTERVAL=0 bash -x /warewulf/bin/wwgetfiles; do echo waiting ; rm -f /tmp/.wwgetfile.lock ; sleep 10; done;" ]
      - [ bash, -xc, "systemctl restart munge" ]
+     - [ bash, -xc, "cd /CRI_XCBC; ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/ood-ops.yaml -b -v" ]
     EOF