dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
176 stars 44 forks source link

update ssh key when user is updated #84

Closed ltalirz closed 4 years ago

ltalirz commented 4 years ago

fixes #83

Updating the ssh_key field of a user did not result in the ssh key of that user being updated (since existing users were skipped).

This commit adds a check on the SSH key and will update oudated keys.

ltalirz commented 4 years ago

No idea why the travis build doesn't show here - it passed on my fork https://travis-ci.org/github/ltalirz/ansible-dokku/jobs/739274842