moismailzai / ansible-role-protonmail-bridge-headless

Installs the ProtonMail bridge, registers it as a headless service, and configures Postfix to use it.
MIT License
24 stars 2 forks source link

Fix keyring setup for Debian #5

Closed wormi4ok closed 1 year ago

wormi4ok commented 1 year ago

Since get_url in the task above downloads files on the remote server, it makes sense to copy those files using remote_src as well.

Otherwise the task fails with error message

Could not find or access '/var/lib/protonmail/debsig.gpg' on the Ansible Controller
moismailzai commented 1 year ago

Thank you for the PR, LGTM!