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?

Joanna

-- 
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/59c44325-f6e6-4ac1-9bb2-9952c0d98d9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to