Removing ignore_errors for tasks which should succeed

This commit is contained in:
John Westcott IV 2020-05-20 14:41:27 -04:00
parent 10be375137
commit cc037cb4b5

View File

@ -54,7 +54,6 @@
unified_job_template: "Demo Job Template"
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
register: result
ignore_errors: true
- assert:
that:
@ -67,7 +66,6 @@
unified_job_template: "Demo Job Template"
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
register: result
ignore_errors: true
- assert:
that:
@ -79,7 +77,6 @@
state: present
enabled: "false"
register: result
ignore_errors: true
- assert:
that: