Skip to content
Snippets Groups Projects
global-setup.yml 188 B
Newer Older
Harold Barker's avatar
Harold Barker committed
---
- name: Set concurrent option
  lineinfile:
    dest: /etc/gitlab-runner/config.toml
    regexp: ^concurrent =
    line: concurrent = {{ gitlab_runner_concurrent }}
    state: present