ansible-playbooks
ansible-playbooks copied to clipboard
gpg2 hangs on password prompt
trafficstars
This is mostly for the next person who finds this module via Google. :-)
Some machiens have gpg, and some have gpg2 in my case. The machines with gpg2 hang in import as it's asking for a passphrase. In that case, one could add --batch to the discovered gpg2 command in this module.
Hey @claco. I'm not really maintaining this anymore. Would you maybe be interested in splitting the gpg stuff off into a separate project? Multiple people have shown interest in it.
@bgw Well, maybe. If I get the urge to do more things with gpg in Ansible, I might ground up write some modules using python-gpg