ansible-role-gitlab_runner/molecule/default/converge.yml

12 lines
237 B
YAML

---
- name: Converge
hosts: all
roles:
- ansible-role-gitlab_runner
vars:
gitlab_runner_runners:
- name: test
url: https://gitlab.example.com
token: TesT
executor: docker
state: absent