Please make sure there's a github ticket that includes steps to reproduce.

This may require sharing a sanitized version of your authorized key file as
well as what keys you are adding, or steps from your playbook.




On Fri, Jan 3, 2014 at 3:24 AM, Jürgen Haas <juer...@paragon-es.de> wrote:

> Just tried the latest dev release with the exact same result. So it still
> doesn't seem to be working.
>
> Am Donnerstag, 2. Januar 2014 21:10:46 UTC+1 schrieb James Tanner:
>>
>> Please retest against devel/HEAD. There have been a few refactors of
>> authorized_key since the 1.4.x releases.
>>
>> On Jan 2, 2014, at 9:30 AM, Jürgen Haas <jue...@paragon-es.de> wrote:
>>
>> Looks like Ansible 1.4.x behaves different form earlier versions with
>> key_options in the module authorized_key. The following task resulted in a
>> proper line in the authorized_keys file but does no longer (tested with
>> 1.4.1 and 1.4.3):
>>
>> - name: 'Subversion | Install SSH user public keys'
>>   authorized_key: user=sshsvn
>>                   key="{{lookup('file', inventory_dir + '/files/certs/' +
>> item + '.svn.pub')}}"
>>                   key_options='command="/usr/local/bin/svnserve -t
>> --tunnel-user={{item}}",no-port-forwarding,no-agent-
>> forwarding,no-X11-forwarding,no-pty'
>>   with_items: svn_user
>>
>>
>>
>> What happens now is that they key is written to the authorized_keys file
>> but not the leading options anymore. Is this a bug?
>>
>> --
>> 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-proje...@googlegroups.com.
>> To post to this group, send email to ansible...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Michael DeHaan <mich...@ansibleworks.com>
CTO, AnsibleWorks, Inc.
http://www.ansibleworks.com/

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to