Closed ltalirz closed 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).
ssh_key
This commit adds a check on the SSH key and will update oudated keys.
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
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.