issue #587: fix syntax error due to presence of comment

This commit is contained in:
David Wilson 2019-05-26 12:06:14 +01:00
parent 504f1961ea
commit 54b5fdf761
1 changed files with 1 additions and 1 deletions

View File

@ -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