Commit 13fc819
committed
Fix creation of hpctests directory
The hpctests role creates a directory that is user-owned and group-owned
by hpctests_user, which defaults to ansible_user. However, this group is
not guaranteed to exist, especially in LDAP environments where groups
dedicated to a single user are often not used.
Support customising the value via the hpctests_group variable, while
still defaulting to hpctests_user.1 parent 4ef0c82 commit 13fc819
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments