I am trying to add to the authorized_key key_option the following 

- name: Deploy user
  authorized_key: 
     user="user"
     key="{{user_key}}"
     key_options='no-pty,permitopen="localhost:2313"'

I get msg: invalid option string: no-pty,permitopen=localhost:10050

Should i craft my string in a different way then the authorized_key ?

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d5e44038-0909-4e6b-89ec-11c47ba642ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to