Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
ab1d8e84
Verified
Commit
ab1d8e84
authored
Jun 22, 2020
by
Sven-Hendrik Haase
Browse files
gitlab-runner: Always use latest state of gitlab-runner packages
parent
7ee83fd5
Pipeline
#258
failed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/gitlab-runner/tasks/main.yml
View file @
ab1d8e84
---
-
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=
presen
t update_cache=yes
apt
:
name=docker-ce,gitlab-runner state=
lates
t update_cache=yes
when
:
ansible_facts['os_family'] == "Debian"
notify
:
restart gitlab-runner
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment