From a384b8ffaff79c1fbcea21b046649c7acb7a34a0 Mon Sep 17 00:00:00 2001 From: Ralph Bolton Date: Thu, 16 Nov 2023 08:23:06 +0000 Subject: [PATCH] Added a small section linking to the issue that documents how to run as a different user --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 812545c..04b9fc2 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ Example: docker-machine rm test ``` +Run As A Different User +----------------------- +To run the Gitlab Runner as a different user (rather than the default `gitlab-runner` user), there is a workaround requiring a little +extra Ansible to be run. See https://github.com/riemers/ansible-gitlab-runner/issues/277 for details. + Contributors ------------ Feel free to add your name to the readme if you make a PR. A full list of people from the PR's is [here](https://github.com/riemers/ansible-gitlab-runner/pulls?q=is%3Apr+is%3Aclosed)