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.
2 parents 1c08015 + d61c937 commit 7d77a1cCopy full SHA for 7d77a1c
tasks/runtime.yml
@@ -22,12 +22,12 @@
22
23
- name: Ensure Slurm directories exists
24
file:
25
- path: "{{ item }}"
+ path: "{{ openhpc_state_save_location }}"
26
owner: slurm
27
group: slurm
28
mode: 0755
29
state: directory
30
- loop: "{{ ['/var/spool/slurm'] + ([ openhpc_state_save_location ] if inventory_hostname == openhpc_slurm_control_host else []) }}"
+ when: inventory_hostname == openhpc_slurm_control_host
31
32
- name: Generate a Munge key on control host
33
# NB this is usually a no-op as the package install actually generates a (node-unique) one, so won't usually trigger handler
0 commit comments