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
eb83d2a4
Verified
Commit
eb83d2a4
authored
Jul 25, 2020
by
Sven-Hendrik Haase
Browse files
Fix typo: os_family is 'Archlinux'
parent
401bd70d
Pipeline
#552
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/gitlab-runner/tasks/main.yml
View file @
eb83d2a4
...
...
@@ -2,7 +2,7 @@
-
name
:
install dependencies
pacman
:
name=docker,python-docker,python-gitlab,gitlab-runner state=latest update_cache=yes
when
:
ansible_facts['os_family'] == "Arch
L
inux"
when
:
ansible_facts['os_family'] == "Arch
l
inux"
notify
:
restart gitlab-runner
-
name
:
install dependencies
...
...
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