gitlab_runner: refresh deprecated documentation notes (#52221)

This commit is contained in:
Guillaume Martinez 2019-02-14 11:04:55 +01:00 committed by ansibot
parent 9bb1c59686
commit f7328693f2

View file

@ -26,9 +26,8 @@ description:
To create shared runners, you need to ask your administrator to give you this token. To create shared runners, you need to ask your administrator to give you this token.
It can be found at U(https://$GITLAB_URL/admin/runners/). It can be found at U(https://$GITLAB_URL/admin/runners/).
notes: notes:
- Instead of the private_token parameter, the GITLAB_PRIVATE_TOKEN environment variable can be used. - To create a new runner at least the C(api_token), C(description) and C(url) options are required.
- To create a new runner at least the C(private_token), C(registration_token), C(name) and C(url) options are required. - Runners need to have unique descriptions.
- Runners need to have unique names.
version_added: 2.8 version_added: 2.8
author: author:
- Samy Coenen (@SamyCoenen) - Samy Coenen (@SamyCoenen)