When I used the role to deploy Gitlab runners with the new workflow (Gitlab runner version 17.2.1) I noticed that the step Create list of configured runners displayed the runner token despite the gitlab_runner_no_log_secrets option being set.
This PR adds the no_log option to this step to prevent the output of the runner token.
When I used the role to deploy Gitlab runners with the new workflow (Gitlab runner version 17.2.1) I noticed that the step
Create list of configured runners
displayed the runner token despite thegitlab_runner_no_log_secrets
option being set.This PR adds the
no_log
option to this step to prevent the output of the runner token.Example before patch:
Example after patch: