Skip to content
Snippets Groups Projects
Commit 783892c1 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Add conditional in cheaha.yml for a proxy node

A proxy node need not be a slurm client so we don't run this role
parent 673a8ebd
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'nfs_mounts', tags: 'nfs_mounts' }
- { name: 'ldap_config', tags: 'ldap_config' }
- { name: 'slurm_client', tags: 'slurm_client' }
- { name: 'slurm_client', tags: 'slurm_client', when: "'proxy' not in group_names" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment