We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88939a commit 0c25a0dCopy full SHA for 0c25a0d
tasks/main.yml
@@ -44,15 +44,14 @@
44
gitlab-runner register --non-interactive
45
--name "{{ gitlab_runner_name }}"
46
--url "{{ gitlab_runner_url }}"
47
- --registration-token "{{ gitlab_runner_registration_token }}"
+ --token "{{ gitlab_runner_registration_token }}"
48
--tag-list "{{ gitlab_runner_tags | join(',') }}"
49
--executor "{{ gitlab_runner_executor }}"
50
--docker-image "{{ gitlab_runner_docker_image }}"
51
{% if gitlab_runner_privileged %}
52
--docker-privileged
53
--docker-volumes /var/run/docker.sock:/var/run/docker.sock
54
{% endif %}
55
- --locked="false"
56
--request-concurrency "{{ gitlab_runner_concurrency }}"
57
changed_when: true
58
when:
0 commit comments