Skip to content
Snippets Groups Projects
Verified Commit 065fe784 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[gitlab] Import Gitlab GPG public key


Signed-off-by: ynerant's avatarynerant <ynerant@crans.org>
parent b152c48e
No related branches found
No related tags found
1 merge request!163Gitlab
--- ---
- name: Install GPG and apt-transport-https
apt:
update_cache: true
install_recommends: false
name:
- apt-transport-https
- gnupg
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Import Gitlab public key
apt_key:
url: https://packages.gitlab.com/gitlab/gitlab-ee/gpgkey
- name: Configure Gitlab repository - name: Configure Gitlab repository
template: template:
src: apt/sources.list.d/gitlab_gitlab-ce.list.j2 src: apt/sources.list.d/gitlab_gitlab-ce.list.j2
......
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