Skip to content
Snippets Groups Projects
Verified Commit 63bcd80e authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

security_tracker: update the navbar to show Gitlab instead of Bugs

parent d710a45d
No related branches found
No related tags found
No related merge requests found
Pipeline #83898 passed
security_tracker_version: "0.14.3"
security_tracker_version: "0.14.4"
......@@ -56,9 +56,10 @@
- name: Receive valid signing keys
become: true
become_user: security
command: /usr/bin/gpg --keyserver keys.openpgp.org --recv "{{ item }}"
command: /usr/bin/gpg --keyserver keys.openpgp.org --auto-key-locate wkd,keyserver --locate-keys {{ item }}
with_items:
- E240B57E2C4630BA768E2F26FC1B547C8D8172C8
- anthraxx@archlinux.org
- jelle@archlinux.org
register: gpg
changed_when: "gpg.rc == 0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment