From 0fe43a476331a0341420af56e825ff8ea02e2213 Mon Sep 17 00:00:00 2001 From: Christoph Kuhnke Date: Thu, 14 Mar 2024 11:08:40 +0100 Subject: [PATCH] Update exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py Co-authored-by: Torsten Kilias --- .../runtime/ansible/roles/entrypoint/files/entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """