From 35cba32e7e8daadb546cc46e8f6c8e80738058e4 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 17 Nov 2022 09:09:29 -0600 Subject: [PATCH] Rename playbooks to align with new cascading img build design. --- ansible/{node.yml => base.yml} | 0 ansible/{node-compute.yml => compute.yml} | 0 ansible/{node-gpu.yml => gpu.yml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ansible/{node.yml => base.yml} (100%) rename ansible/{node-compute.yml => compute.yml} (100%) rename ansible/{node-gpu.yml => gpu.yml} (100%) diff --git a/ansible/node.yml b/ansible/base.yml similarity index 100% rename from ansible/node.yml rename to ansible/base.yml diff --git a/ansible/node-compute.yml b/ansible/compute.yml similarity index 100% rename from ansible/node-compute.yml rename to ansible/compute.yml diff --git a/ansible/node-gpu.yml b/ansible/gpu.yml similarity index 100% rename from ansible/node-gpu.yml rename to ansible/gpu.yml -- GitLab