mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Removing ignore_errors for tasks which should succeed
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
unified_job_template: "Demo Job Template"
|
unified_job_template: "Demo Job Template"
|
||||||
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
@@ -67,7 +66,6 @@
|
|||||||
unified_job_template: "Demo Job Template"
|
unified_job_template: "Demo Job Template"
|
||||||
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
@@ -79,7 +77,6 @@
|
|||||||
state: present
|
state: present
|
||||||
enabled: "false"
|
enabled: "false"
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user