Skip to content
Snippets Groups Projects
Commit 40dc65f8 authored by Erik-jan Riemers's avatar Erik-jan Riemers Committed by GitHub
Browse files

Merge pull request #2 from trainline-eu/fix-warning

fix: remove warning from Ansible 2.2
parents 5ac9b2b6 f8f0e2b9
No related branches found
No related tags found
No related merge requests found
--- ---
- name: Get Gitlab repository installation script
get_url:
url: https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh
dest: /tmp/gitlab-runner.script.deb.sh
mode: 0744
- name: Install Gitlab repository - name: Install Gitlab repository
shell: curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash shell: bash /tmp/gitlab-runner.script.deb.sh
become: true
- name: Install GitLab Runner - name: Install GitLab Runner
apt: apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment