Skip to content

Commit 0f3d070

Browse files
authored
default hpctests_group to hpctests_usert (#663)
1 parent ede7cb3 commit 0f3d070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/hpctests/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hpctests_user: "{{ ansible_user }}"
3-
hpctests_group: "{{ ansible_user }}"
3+
hpctests_group: "{{ hpctests_user }}"
44
hpctests_rootdir: "/home/{{ hpctests_user }}/hpctests"
55
hpctests_pre_cmd: ''
66
hpctests_pingmatrix_modules: [gnu12 openmpi4]

0 commit comments

Comments
 (0)