Skip to content
Snippets Groups Projects
Commit cddb861f authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 15d3123e
Branches
Tags
No related merge requests found
......@@ -31,4 +31,3 @@
dnssec: yes
skip_nameserver_check: yes
skip_overlap_check: yes
ignore_errors: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment