Skip to content

Commit 7e26cc3

Browse files
committed
fix linting error
1 parent e198ec4 commit 7e26cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
notify:
2828
- Restart Munge service
2929
vars:
30-
_ohpc_package_munge_key: "{{ hostvars[ ansible_play_hosts | first ]._ohpc_munge_key_file.content | b64decode }}"
30+
_ohpc_package_munge_key: "{{ hostvars[ansible_play_hosts | first]._ohpc_munge_key_file.content | b64decode }}"
3131

3232
- name: Template slurmdbd.conf
3333
template:

0 commit comments

Comments
 (0)