Skip to content
Snippets Groups Projects
Commit f8f0e2b9 authored by Paul B's avatar Paul B
Browse files

fix: remove warning from Ansible 2.2

parent 5ac9b2b6
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
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
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment