From 54b5fdf761dea87d5d107f4293ab4caedfda22a3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 26 May 2019 12:06:14 +0100 Subject: [PATCH] issue #587: fix syntax error due to presence of comment --- tests/ansible/integration/async/runner_one_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/integration/async/runner_one_job.yml b/tests/ansible/integration/async/runner_one_job.yml index 3b14fa31..a576d4ce 100644 --- a/tests/ansible/integration/async/runner_one_job.yml +++ b/tests/ansible/integration/async/runner_one_job.yml @@ -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