Re: [ansible-project] How to add multiple ssh keys from Github to a single deploy-style user?

2018-04-17 Thread Eric Feldhusen
My apologies, I will do that next time. Your suggestion worked perfect, thank you, I appreciate it. Eric Feldhusen > On Apr 17, 2018, at 12:03 AM, Brian Coca <bc...@redhat.com> wrote: > > @Eric, normally you should include the error you get, from the email > it looks like an

[ansible-project] How to add multiple ssh keys from Github to a single deploy-style user?

2018-04-16 Thread Eric Feldhusen
url authorized_key: user: deploy-user state: present key: - https://github.com/username1.keys - https://github.com/username2.keys - https://github.com/username3.keys I've tried a couple of other options with no luck. Any suggestions? Eric Feldhusen -- You