I have a user that is a deploy-style user for a specific project, so I'm
trying to figure out if it's possible to use the authorized_key module to
do that.

I've tried something like this below and I get an error attempting to run
it.

tasks:
  - name: Set deploy-user authorized key from github 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 received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAAE5Hwgey0nH-srTpLCXraju_7nD2w1RULxXpuet%3DAPYzE6XnQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to