From 499418996875299aad6cedfd2872d1e26f6921be Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Sat, 9 Nov 2024 01:27:02 -0600 Subject: [PATCH] refactor: Remove irrrelevant role as we move to Alma --- ansible/cluster.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/cluster.yml b/ansible/cluster.yml index 910268e0..ef6c9524 100644 --- a/ansible/cluster.yml +++ b/ansible/cluster.yml @@ -3,7 +3,6 @@ hosts: all become: true roles: - - { name: 'fix_centos_repo', tags: 'fix_centos_repo' } - { name: 'cheaha.node', tags: 'cheaha.node' } - { name: 'nfs_mounts', tags: 'nfs_mounts' } - { name: 'ldap_config', tags: 'ldap_config' } -- GitLab