On 28. des. 2016 03:38, Cann wrote:
> I am not sure what is not clear about my question. As title indicates: "How
> to use ignore_errors with include statement ?"
In your subject you have one thing, but in the mail you are talking
about undefined variables, and in the example you av including a file
that doesn't exist.
> I want ansible to ignore this error. I use "ignore_errors: yes" but it
> fails anyways.
ignore_errors only work on task that return a exit code, include is just
a directive to include tasks.
Ignore_error will be applied to every task in the include file, but it
will not work on include when you are including a file that doesn't exist.
--
Kai Stian Olstad