We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903e22c commit 1e08903Copy full SHA for 1e08903
ansible/roles/compute_init/files/compute-init.yml
@@ -283,16 +283,6 @@
283
group: munge
284
mode: 0400
285
286
- - name: Create gres.conf
287
- template:
288
- src: "{{ openhpc_gres_template }}"
289
- dest: /etc/slurm/gres.conf
290
- mode: "0600"
291
- owner: slurm
292
- group: slurm
293
- when: openhpc_enable.control | default(false)
294
- register: ohpc_gres_conf
295
-
296
- name: Set slurmctld location for configless operation
297
lineinfile:
298
path: /etc/sysconfig/slurmd
0 commit comments