Fix typo in public key import

Change-Id: I9ae6ffdda870d65c1e6d022c9bc2c22328f30286
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-25 12:52:44 -04:00
parent 08448dee4b
commit fd162957d3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -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: