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 ede7cb3 commit 0f3d070Copy full SHA for 0f3d070
ansible/roles/hpctests/defaults/main.yml
@@ -1,6 +1,6 @@
1
---
2
hpctests_user: "{{ ansible_user }}"
3
-hpctests_group: "{{ ansible_user }}"
+hpctests_group: "{{ hpctests_user }}"
4
hpctests_rootdir: "/home/{{ hpctests_user }}/hpctests"
5
hpctests_pre_cmd: ''
6
hpctests_pingmatrix_modules: [gnu12 openmpi4]
0 commit comments