Skip to content
Snippets Groups Projects
Commit 2971bcc0 authored by Matt Nelson's avatar Matt Nelson
Browse files

fix linting issue

parent 4ca65942
No related branches found
No related tags found
No related merge requests found
Pipeline #34418 failed
......@@ -52,11 +52,11 @@
dest: /tmp/
mode: 0644
- name: get pierre's key
- name: Get pierre's key
ansible.builtin.command: gpg --locate-keys pierre@archlinux.de
register: valid_key
- name: get signature verification output
- name: Get signature verification output
command: gpg --keyserver-options auto-key-retrieve --verify archlinux-bootstrap-x86_64.tar.gz.sig
register: gpg_info
......
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