Fix problem with ssh keys #4
Loading…
Reference in a new issue
No description provided.
Delete branch "ssh-key-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mostly stolen from ansible-roles to be honest, but it solves the problem.
The structure of our private variables went from [user => name, ssh_key ] to [user => name, ssh_keys => [key]] but our role did not adapt.
Just tested on internal server and it works great.
All right! Let's merge it then!