Micheal, Thank you, reported https://github.com/ansible/ansible/issues/6716
On Thursday, March 27, 2014 12:46:36 AM UTC+1, Michael DeHaan wrote: > > There appears to be too much attempt to validation options given in > https://github.com/ansible/ansible/blob/devel/library/system/authorized_key#L214 > > Can you please file a bug on github about this so we can take a look at > this? > > It is probably being done to determine if it should make a change or not, > but it seems to not understand everything it needs to understand. > > Thanks! > > > > > On Wed, Mar 26, 2014 at 5:00 PM, DomaNitro <[email protected]<javascript:> > > wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/d5e44038-0909-4e6b-89ec-11c47ba642ea%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/d5e44038-0909-4e6b-89ec-11c47ba642ea%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/3a3b47a1-ca79-45c5-8e90-0412dc98a393%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
