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/aaf78a26-b23b-9b31-fe71-cf1fa057f500%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to