issue #587: fix syntax error due to presence of comment
This commit is contained in:
parent
504f1961ea
commit
54b5fdf761
|
@ -37,8 +37,8 @@
|
|||
- result1.ansible_job_id == job1.ansible_job_id
|
||||
- result1.attempts <= 100000
|
||||
- result1.changed == True
|
||||
# ansible/b72e989e1837ccad8dcdc926c43ccbc4d8cdfe44
|
||||
- |
|
||||
# ansible/b72e989e1837ccad8dcdc926c43ccbc4d8cdfe44
|
||||
(ansible_version.full >= '2.8' and
|
||||
result1.cmd == "sleep 1;\necho alldone\n") or
|
||||
(ansible_version.full < '2.8' and
|
||||
|
|
Loading…
Reference in New Issue