If you would ever like to report a crash, including the "result" of the crash is needed to understand the context.
Can you please paste the result you are receiving? On Mon, Apr 21, 2014 at 4:32 PM, Bryan Larsen <[email protected]> wrote: > I've got a role that works in 1.6 but crashes in 1.5. (My guess is that > this fixes it: https://github.com/ansible/ansible/commit/2a976a) > > The crashing task is this: > > - authorized_key: user={{ item|basename }} key="{{ lookup('file', item) }}" > with_fileglob: > - "../../../../keys/*" > > The role is one that I'm happy running manually for now, so I thought I'd > gate it with something like: > > roles: > - { role: 'users', when: 'ansible_version is defined' } > > (this assumes https://github.com/ansible/ansible/pull/6619 will land > soon. For now, I'm just using -e) > > This skips the role, but it's still being parsed and crashing ansible. > > Suggestions? > > -- > 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/e457b5f6-ffdf-4210-a37c-9832f8b7100e%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/e457b5f6-ffdf-4210-a37c-9832f8b7100e%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/CA%2BnsWgx6pOSyg7YaP%3DH4nv5Wt8tKMPV4nB6UfUjBfYd1pdQMPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
