diff --git a/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py b/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py index 3734cc56..1005a13e 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py +++ b/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py @@ -230,7 +230,7 @@ def is_group_accessible(self) -> bool: class GroupAccess: """ If there is already a group with group-ID `gid`, then add the user to - this group, otherwise change group ID to `gid` for the specified group + this group, otherwise change the group ID to `gid` for the specified group name. The other group is expected to exist already and user to be added to it. """