Skip to content
Snippets Groups Projects
Verified Commit ab1d8e84 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

gitlab-runner: Always use latest state of gitlab-runner packages

parent 7ee83fd5
No related branches found
No related tags found
No related merge requests found
Pipeline #258 failed
---
- name: install dependencies
pacman: name=docker,python-docker,python-gitlab,gitlab-runner state=present
pacman: name=docker,python-docker,python-gitlab,gitlab-runner state=latest update_cache=yes
when: ansible_facts['os_family'] == "Arch Linux"
notify: restart gitlab-runner
- name: install dependencies
apt: name=docker-ce,gitlab-runner state=present update_cache=yes
apt: name=docker-ce,gitlab-runner state=latest update_cache=yes
when: ansible_facts['os_family'] == "Debian"
notify: restart gitlab-runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment