Lol, sometimes it just takes another set of eyes. Thanks!

On Friday, July 29, 2016 at 4:29:10 PM UTC-5, Kai Stian Olstad wrote:
>
> On 29. juli 2016 22:00, Joanna Delaporte wrote: 
> > Hello, 
> > 
> > I have a task that looks like this: 
> > ## We need to ignore errors because links won't all be there. 
> >   - name: migrate group-owned staff files to new GIDs 
> >     shell: "find /home/staff -gid {{item.0.gid}} -exec chgrp 
> > {{item.1.stdout}} \\{\\} +" 
> >     ignore_errrors: yes 
> >     with_together: 
> >     - "{{usergroups}}" 
> >     - "{{newgroupids.results}}" 
> > 
> > But I get the error: 
> > ERROR! 'ignore_errrors' is not a valid attribute for a Task 
> > 
> > Any ideas? 
>
> It's only 2 r's in errors, not 3 ;-) 
>
> -- 
> Kai Stian Olstad 
>

-- 
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/2a9b6eeb-5c5f-4c17-a4b1-6e5f085ebe15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to