err this key _was_ broken… fixed. -- Change is the essential process of all existence. -- Spock, "Let That Be Your Last Battlefield", stardate 5730.2
On 16 Sep 2014 at 16:43:39, Frank ([email protected]) wrote: Hi, I’m using authorized_keys module without success… users: - name: user1 keys: - user1.pub groups: - admins - webmasters - name: authorized_keys authorized_key: > user={{ item.0.name }} key="{{ lookup('file', '../../../keys/ssh/' + item.0.name + '.pub') }}" manage_dir=yes with_subelements: - users - keys I get this error: failed: [support] => (item=({'name': ‘user1', 'groups': ['admins', 'webmasters']}, ‘user1.pub')) => {"failed": true, "item": [{"groups": ["admins", "webmasters"], "name": “user1"}, “user1.pub"]} msg: invalid key specified: ---- BEGIN SSH2 PUBLIC KEY —— the keys are working fine. any tip? Regards, Frank -- 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/etPan.54186289.74b0dc51.a0fb%40Franciscos-MacBook-Air.local. For more options, visit https://groups.google.com/d/optout.
