Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 29, 2019
1 parent f9667b5 commit e603882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
when: slurm_user is defined

- name: Include controller installation tasks
include: slurmctld.yml
include_tasks: slurmctld.yml
when: "'slurmservers' in group_names or 'controller' in slurm_roles"

- name: Include execution host installation tasks
include: slurmd.yml
include_tasks: slurmd.yml
when: "'slurmexechosts' in group_names or 'exec' in slurm_roles"

- name: Include DB installation tasks
include: slurmdbd.yml
when: "'slurmdbdservers' in group_names 'dbd' in slurm_roles"
include_tasks: slurmdbd.yml
when: "'slurmdbdservers' in group_names or 'dbd' in slurm_roles"

- name: Install Slurm client (apt)
apt:
Expand Down

0 comments on commit e603882

Please sign in to comment.