Skip to content

Commit

Permalink
added initial space
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Dec 13, 2023
1 parent 05e5846 commit fcf25a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/playbook/roles/bibigrid/tasks/042-slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
- slurm-full
- munge

#- name: Download Slurm (TEMPORARY)
# get_url:
# url: "https://docs.cebitec.uni-bielefeld.de/s/FjCP3xQPPnBwSy9/download?path=%2F&files=slurm-full_23.11.0-0_amd64.deb" # Replace with your package link
# dest: "/tmp/package.deb" # Destination where the package will be saved
#- name: Install Slurm package
# apt:
# deb: "/tmp/package.deb"
# state: present # Install the package if not already installed
# - name: Download Slurm (TEMPORARY)
# get_url:
# url: "https://docs.cebitec.uni-bielefeld.de/s/FjCP3xQPPnBwSy9/download?path=%2F&files=slurm-full_23.11.0-0_amd64.deb" # Replace with your package link
# dest: "/tmp/package.deb" # Destination where the package will be saved
# - name: Install Slurm package
# apt:
# deb: "/tmp/package.deb"
# state: present # Install the package if not already installed

- name: Create new secret (Munge)
copy:
Expand Down

0 comments on commit fcf25a7

Please sign in to comment.