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 e198ec4 commit 7e26cc3Copy full SHA for 7e26cc3
tasks/runtime.yml
@@ -27,7 +27,7 @@
27
notify:
28
- Restart Munge service
29
vars:
30
- _ohpc_package_munge_key: "{{ hostvars[ ansible_play_hosts | first ]._ohpc_munge_key_file.content | b64decode }}"
+ _ohpc_package_munge_key: "{{ hostvars[ansible_play_hosts | first]._ohpc_munge_key_file.content | b64decode }}"
31
32
- name: Template slurmdbd.conf
33
template:
0 commit comments