You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments