mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Removing ignore_errors for tasks which should succeed
This commit is contained in:
parent
10be375137
commit
cc037cb4b5
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user