This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/gitlab: update cache after apt
python3
Zolfa
5 years ago
parent
d2ef029311
commit
423ea9a189
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
roles/gitlab/tasks/main.yaml
+ 4
- 0
roles/gitlab/tasks/main.yaml
View File
@ -6,6 +6,9 @@
pkg:
-
'gnupg'
-
'ca-certificates'
state
:
'present'
update_cache
:
true
cache_valid_time
:
3600
tags:
-
'packages'
@ -21,6 +24,7 @@
apt_repository:
repo
:
'{{ item }}'
state
:
'present'
update_cache
:
true
loop:
-
'deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ buster main'
-
'deb-src https://packages.gitlab.com/gitlab/gitlab-ce/debian/ buster main'
Write
Preview
Loading…
Cancel
Save