From 6e0438c3be22a1c0e0524feb6d1a52f658d9a0f0 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 1 Dec 2022 22:16:13 +0000 Subject: [PATCH] Change the value of lmod db host var --- ansible/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all b/ansible/group_vars/all index fef0f7d..20194ee 100644 --- a/ansible/group_vars/all +++ b/ansible/group_vars/all @@ -2,5 +2,5 @@ #This file path is relative to the ansible playbook. pkg_list_file: "cheaha-compute-yum-pkg-list.txt" - lmod_db_host_machine: "ohpc" + lmod_db_host_machine: "cheaha-master01" driver_run_file_link: "https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run" -- GitLab