ansible-gitlab-runner icon indicating copy to clipboard operation
ansible-gitlab-runner copied to clipboard

Results 8 ansible-gitlab-runner issues
Sort by recently updated
recently updated
newest added

## fixed with tasks replaced with: (from the gitlab_runner docs) - name: Install Gitlab repository shell: curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash - name: Install GitLab Runner apt: name: gitlab-ci-multi-runner...

I have found this code useful, but the author does not appear to be looking at it anymore so users have been making fixes in forks. In case it saves...

I can confirm that @sloev's fix in issue #3 works for me on ubuntu 14.04 so I am making a PR out of it. However, I have not tested this...

As far as I can tell, if I happen to name my gitlab runner host "gitlab-runner", [this line](https://github.com/haroldb/ansible-gitlab-runner/blob/master/tasks/register-runner.yml#L16) in combination with [this default](https://github.com/haroldb/ansible-gitlab-runner/blob/master/defaults/main.yml#L10) causes runner registration to be skipped, since...

Hi first of all thanks for publishing your role The role works perfectly except for the installation part for debian. The problem is that the machine I'm trying to provision...