fix: module name for gitlab_runner
This commit is contained in:
parent
0ee4ef794b
commit
24bc640fc9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
tags: gitlab-runner
|
||||
|
||||
- name: register runners
|
||||
ansible.builtin.gitlab_runner:
|
||||
gitlab_runner:
|
||||
name: '{{ item.name }}'
|
||||
url: '{{ item.url }}'
|
||||
token: '{{ item.token }}'
|
||||
|
|
Loading…
Reference in a new issue