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 065c6b0 commit fd43578Copy full SHA for fd43578
tasks/runtime.yml
@@ -21,12 +21,12 @@
21
22
- name: Ensure Slurm directories exists
23
file:
24
- path: "{{ item }}"
+ path: "{{ openhpc_state_save_location }}"
25
owner: slurm
26
group: slurm
27
mode: 0755
28
state: directory
29
- loop: "{{ ['/var/spool/slurm'] + ([ openhpc_state_save_location ] if inventory_hostname == openhpc_slurm_control_host else []) }}"
+ when: inventory_hostname == openhpc_slurm_control_host
30
31
- name: Generate a Munge key on control host
32
# 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