From bef96da2f9442bb58dbf8d0ce542c690785e27af Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 1 Dec 2022 22:15:06 +0000 Subject: [PATCH] Add lmod tracking role to the playbook --- ansible/node-compute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/node-compute.yml b/ansible/node-compute.yml index 5badbda..76000fa 100644 --- a/ansible/node-compute.yml +++ b/ansible/node-compute.yml @@ -5,3 +5,4 @@ roles: - { name: 'cheaha.node', tags: 'cheaha.node' } - { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' } + - { name: 'lmod_user', tags: 'lmod_user'} -- GitLab