missing comma made invalid json, which made most of the important tasks get skipped.master
parent
a917db54c4
commit
a84f9aa856
@ -1,6 +1,6 @@
|
||||
{
|
||||
"registration_token": "{{ ansible_local.gitlab_runner.registration_token }}",
|
||||
"runner_token": "{{ runner_token.content | from_json | json_query('token') }}",
|
||||
"gitlab_domain": "{{ ansible_local.gitlab_runner.gitlab_domain }}"
|
||||
"gitlab_domain": "{{ ansible_local.gitlab_runner.gitlab_domain }}",
|
||||
"executor": "{{ ansible_local.gitlab_runner.executor }}"
|
||||
}
|
||||
|
Loading…
Reference in new issue