Skip to content

Commit

Permalink
only configure slurm submit when they are not workers
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar authored and ansible@cerebro committed Oct 13, 2021
1 parent 5e62877 commit 7dfb76a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@

- name: Configure slurm submit hosts
ansible.builtin.include_tasks: slurm-submit.yml
when: "slurm_submit_group in group_names"
when:
- "slurm_submit_group in group_names"
- "not slurm_workers_group in group_names"

0 comments on commit 7dfb76a

Please sign in to comment.