tnt / ansible-gpg-import-module

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

Adding bin_path option #6

Closed afrazkhan closed 8 years ago

afrazkhan commented 8 years ago

Without this option, it fails with:

FAILED! => {"changed": false, "failed": true, "msg": "Failed to find required executable gpg"}

Defaults to /usr/bin/gpg for "normal" folks ;)

tnt commented 8 years ago

@afrazkhan Thank you for contributing. It looks good so I merge it untested.

afrazkhan commented 8 years ago

Welcome :) For what it's worth tested it :)