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.
This commit is contained in:
Rafael Guterres Jeffman
2022-02-15 17:04:09 -03:00
parent 15d3123ed3
commit cddb861fd9

View File

@@ -31,4 +31,3 @@
dnssec: yes
skip_nameserver_check: yes
skip_overlap_check: yes
ignore_errors: yes