tnt / ansible-gpg-import-module

Ansible module for managing GPG-keys
32 stars 9 forks source link

Fix key import #10

Closed joelnb closed 7 years ago

joelnb commented 7 years ago

I found some issues with the ability to import keys (due to some changes in _setup_creds) and have made some fixes which ensure keys can be imoported successfully.

This fixes issue https://github.com/tnt/ansible-gpg-import-module/issues/8.

joelnb commented 7 years ago

Well thanks for merging & your initial work on this!