Skip to content

Commit

Permalink
Remove FGI slurm repo if using OHPC slurm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Aug 29, 2019
1 parent 416bf82 commit a5e6ae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

- name: Remove FGI slurm repo if using ohpc slurm
file:
path: "/etc/yum.repos.d/"
path: "/etc/yum.repos.d/fgislurm.repo"
state: absent
with_items: "fgislurm.repo"
when: slurm_repo == 'ohpc'

- name: Import FGI slurm repo key
Expand Down

0 comments on commit a5e6ae1

Please sign in to comment.