Since ``ignore_errors`` only accept an Optional Boolean, it's not possible to specify a jinja expression evaluated at runtime. Sometimes it's useful: ``` ignore_errors: "{{ ansible_check_mode }}" ```