Skip to content

Commit e70b727

Browse files
author
Stephane Perez
committed
Move gitlab_gpg_key_id to vars
1 parent 318f182 commit e70b727

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

roles/gitlab/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gitlab_edition: "gitlab-ee"
99
gitlab_version: ""
1010
gitlab_release: ""
1111
gitlab_gpg_key_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/gpgkey"
12-
gitlab_gpg_key_id: "F6403F6544A38863DAA0B6E03F01618A51312F3F"
1312

1413
# Do not display sensitive changes in diffs by default
1514
gitlab_hide_sensitive_changes: true

roles/gitlab/vars/AlmaLinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gitlab_dependencies:
1313
gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/$basearch"
1414
gitlab_source_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/SRPMS"
1515
gitlab_package_name: "{{ gitlab_edition + '-' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+
gitlab_gpg_key_id: "CB947AD886C8E8FD"

roles/gitlab/vars/CentOS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gitlab_dependencies:
1313
gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/$basearch"
1414
gitlab_source_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/SRPMS"
1515
gitlab_package_name: "{{ gitlab_edition + '-' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+
gitlab_gpg_key_id: "CB947AD886C8E8FD"

roles/gitlab/vars/Debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gitlab_dependencies:
1313
- "tzdata"
1414
gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/debian/"
1515
gitlab_package_name: "{{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+
gitlab_gpg_key_id: "F6403F6544A38863DAA0B6E03F01618A51312F3F"

roles/gitlab/vars/Ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gitlab_dependencies:
1313
- "tzdata"
1414
gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/ubuntu/"
1515
gitlab_package_name: "{{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+
gitlab_gpg_key_id: "F6403F6544A38863DAA0B6E03F01618A51312F3F"

0 commit comments

Comments
 (0)