We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71a414 commit 318f182Copy full SHA for 318f182
roles/gitlab/tasks/install.yml
@@ -70,7 +70,7 @@
70
enabled: true
71
gpgkey:
72
- "{{ gitlab_gpg_key_url }}"
73
- - "{{ gitlab_gpg_key_url }}/gitlab-{{ gitlab_edition }}-3D645A26AB9FBD22.pub.gpg"
+ - "{{ gitlab_gpg_key_url }}/gitlab-{{ gitlab_edition }}-{{ gitlab_gpg_key_id }}.pub.gpg"
74
sslverify: true
75
sslcacert: "/etc/pki/tls/certs/ca-bundle.crt"
76
metadata_expire: "300"
@@ -86,7 +86,7 @@
86
87
88
89
90
91
92
0 commit comments