File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ gitlab_edition: "gitlab-ee"
99gitlab_version : " "
1010gitlab_release : " "
1111gitlab_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
1514gitlab_hide_sensitive_changes : true
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gitlab_dependencies:
1313gitlab_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/$basearch"
1414gitlab_source_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/SRPMS"
1515gitlab_package_name : " {{ gitlab_edition + '-' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+ gitlab_gpg_key_id : " CB947AD886C8E8FD"
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gitlab_dependencies:
1313gitlab_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/$basearch"
1414gitlab_source_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_facts.distribution_major_version }}/SRPMS"
1515gitlab_package_name : " {{ gitlab_edition + '-' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+ gitlab_gpg_key_id : " CB947AD886C8E8FD"
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gitlab_dependencies:
1313 - " tzdata"
1414gitlab_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/debian/"
1515gitlab_package_name : " {{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+ gitlab_gpg_key_id : " F6403F6544A38863DAA0B6E03F01618A51312F3F"
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gitlab_dependencies:
1313 - " tzdata"
1414gitlab_repo_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/ubuntu/"
1515gitlab_package_name : " {{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"
16+ gitlab_gpg_key_id : " F6403F6544A38863DAA0B6E03F01618A51312F3F"
You can’t perform that action at this time.
0 commit comments