From a2cfe9b35bed208b8ad88c5d4c652115f41e829e Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 5 Jan 2023 12:06:19 -0600 Subject: [PATCH] Remove install_packages role in cheaha.yml playbook. It is included separately where needed inside playbooks that build base, compute,ood,gpu images. --- ansible/cheaha.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/cheaha.yml b/ansible/cheaha.yml index 1ddc0180..bfb1af11 100644 --- a/ansible/cheaha.yml +++ b/ansible/cheaha.yml @@ -4,7 +4,6 @@ become: true roles: - { name: 'cheaha.node', tags: 'cheaha.node' } - - { name: 'install_packages', tags: 'install_packages' } - { name: 'nfs_mounts', tags: 'nfs_mounts' } - { name: 'ldap_config', tags: 'ldap_config' } - { name: 'slurm_client', tags: 'slurm_client' } -- GitLab