Fix typo in public key import
Change-Id: I9ae6ffdda870d65c1e6d022c9bc2c22328f30286 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
08448dee4b
commit
fd162957d3
@ -34,7 +34,7 @@
|
||||
mode: 0400
|
||||
|
||||
- name: Import GPG public key
|
||||
command: "gpg --homedir {{ gnugp_tmpdir.path }} --import {{ gpg_public_key_tmp.path }}"
|
||||
command: "gpg --homedir {{ gnupg_tmpdir.path }} --import {{ gpg_public_key_tmp.path }}"
|
||||
|
||||
- name: Delete GPG public key
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user