Hi people,
Some modules when running in check-mode still raising errors in certain conditions. For example, the service module fails when the service is not found, which is usually installed in a previous task on the playbook, which is kind of annoying. On the other hand, I understand that ansible should not ignore errors in check mode as rule, but I was wondering if I could set some specific tasks in the playbook to ignore errors when running in check-mode.
Is something like this possible?
Best regards,
Eric