|
|
|
@ -37,8 +37,8 @@
|
|
|
|
- result1.ansible_job_id == job1.ansible_job_id
|
|
|
|
- result1.ansible_job_id == job1.ansible_job_id
|
|
|
|
- result1.attempts <= 100000
|
|
|
|
- result1.attempts <= 100000
|
|
|
|
- result1.changed == True
|
|
|
|
- result1.changed == True
|
|
|
|
|
|
|
|
# ansible/b72e989e1837ccad8dcdc926c43ccbc4d8cdfe44
|
|
|
|
- |
|
|
|
|
- |
|
|
|
|
# ansible/b72e989e1837ccad8dcdc926c43ccbc4d8cdfe44
|
|
|
|
|
|
|
|
(ansible_version.full >= '2.8' and
|
|
|
|
(ansible_version.full >= '2.8' and
|
|
|
|
result1.cmd == "sleep 1;\necho alldone\n") or
|
|
|
|
result1.cmd == "sleep 1;\necho alldone\n") or
|
|
|
|
(ansible_version.full < '2.8' and
|
|
|
|
(ansible_version.full < '2.8' and
|
|
|
|
|