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.
2 parents 9e65602 + 13fc819 commit ede7cb3Copy full SHA for ede7cb3
ansible/roles/hpctests/defaults/main.yml
@@ -1,5 +1,6 @@
1
---
2
hpctests_user: "{{ ansible_user }}"
3
+hpctests_group: "{{ ansible_user }}"
4
hpctests_rootdir: "/home/{{ hpctests_user }}/hpctests"
5
hpctests_pre_cmd: ''
6
hpctests_pingmatrix_modules: [gnu12 openmpi4]
ansible/roles/hpctests/tasks/setup.yml
@@ -26,7 +26,7 @@
26
path: "{{ hpctests_rootdir }}"
27
state: directory
28
owner: "{{ hpctests_user }}"
29
- group: "{{ hpctests_user }}"
+ group: "{{ hpctests_group }}"
30
31
- name: Set fact for UCX_NET_DEVICES
32
set_fact:
0 commit comments