Skip to content
Snippets Groups Projects
Commit 37308906 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'keyrings' into 'master'

keyring

See merge request tools/ansible/roles/gitlab_omnibus!21
parents e9e2244b 2b10b2e2
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
ansible.builtin.apt_key: ansible.builtin.apt_key:
url: https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey url: https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey
state: present state: present
keyring: /etc/apt/trusted.gpg.d/gitlab_gitlab-ce.gpg keyring: /etc/apt/keyrings/gitlab_gitlab-ce.gpg
- name: Add specified repository into sources list - name: Add specified repository into sources list
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
repo: deb https://packages.gitlab.com/gitlab/gitlab-ce/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} main repo: deb [signed-by=/etc/apt/keyrings/gitlab_gitlab-ce.gpg] https://packages.gitlab.com/gitlab/gitlab-ce/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} main
filename: gitlab_gitlab-ce filename: gitlab_gitlab-ce
state: present state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment