From 229f0e19d59c44a15b810819c48cd126a2b6afec Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Sat, 5 Oct 2024 01:23:02 -0500 Subject: [PATCH] fix(proxy): add role to fix yum failures --- ansible/cheaha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/cheaha.yml b/ansible/cheaha.yml index bd876b1..0f283d2 100644 --- a/ansible/cheaha.yml +++ b/ansible/cheaha.yml @@ -3,6 +3,7 @@ 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