From 95cc85e183d7d2a3c39f0674dcdcab66310994fc Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Sat, 9 Nov 2024 01:03:02 -0600
Subject: [PATCH] fix: move cluster.yml to correct location

---
 .gitlab-ci.yml                     | 2 +-
 cluster.yml => ansible/cluster.yml | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename cluster.yml => ansible/cluster.yml (100%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3301d40f..ff6bc5c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -150,7 +150,7 @@ deploy_http_proxy_node:
       git clone ${CI_REPOSITORY_URL} /tmp/${CI_PROJECT_NAME}
       cd /tmp/${CI_PROJECT_NAME}
       git checkout ${CI_COMMIT_REF_NAME}
-      ansible-playbook -c local -i 127.0.0.1, --extra-vars="$EXTRA_VARS" ansible/cheaha.yml | tee -a /tmp/ansible.log
+      ansible-playbook -c local -i 127.0.0.1, --extra-vars="$EXTRA_VARS" ansible/cluster.yml | tee -a /tmp/ansible.log
       rm -rf /tmp/${CI_PROJECT_NAME}
       EOF
     - >
diff --git a/cluster.yml b/ansible/cluster.yml
similarity index 100%
rename from cluster.yml
rename to ansible/cluster.yml
-- 
GitLab