Commit b736c5fd by Feanil Patel

Use a var instead of using the number directly.

parent bc22e857
......@@ -443,7 +443,7 @@ def poll_sqs_ansible():
to_disp['msg']['PREFIX'])
completed += 1
if completed >= 3:
if completed >= NUM_PLAYBOOKS:
return (to_disp['msg']['TS'], task_report)
if not messages:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment