From 6a74a89ce71abec1611ba32e726de22e26c2109c Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Tue, 7 Jan 2025 12:30:37 -0500
Subject: [PATCH] fix: Delete cheaha.yml call from ood.yml playbook

We moved cheaha.yml playbook to run during deploy time
---
 ansible/ood.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ansible/ood.yml b/ansible/ood.yml
index 089ffd3..37c09aa 100644
--- a/ansible/ood.yml
+++ b/ansible/ood.yml
@@ -6,6 +6,3 @@
     - { name: 'fix_centos_repo', tags: 'fix_centos_repo' }
     - { name: 'install_packages', tags: 'install_packages' }
     - { name: 'install_zsh', tags: 'install_zsh' }
-
-- name: Setup node for use as a virtual cheaha node
-  ansible.builtin.import_playbook: cheaha.yml
-- 
GitLab