ansible-lint: Remove warning on 'ignore_errors'.
The test for dnsrecord creates a DNSSEC zone, and was forcing the task to ignore errors using `ignore_errors: true`. The test environment should be clean at that point, and without the zone, tests would fail, so there is no need to keep the attribute set. If the task fails, it should be fixed.
Loading
Please register or sign in to comment