Skip to content
Snippets Groups Projects
Commit 91878deb authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

change: apply new APT keyring recommandations

parent 8b8977b8
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,10 @@ ...@@ -10,8 +10,10 @@
# INSTALLATION # INSTALLATION
- name: Add GitLab GPG key to APT - name: Add GitLab GPG key to APT
apt_key: get_url:
url: "{{ gitlab_gpg_key_url }}" url: "{{ gitlab_gpg_key_url }}"
dest: /etc/apt/trusted.gpg.d/gitlab.asc
mode: '0644'
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
- name: Add GitLab repo to APT repositories - name: Add GitLab repo to APT repositories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment