bug: Role fails if runner_version
var has different values for different hosts
#206
Labels
bug
Something isn't working
Summary
Let's say we have host-1 with
runner_version: 2.316.1
and host-2 withrunner_version: "latest"
. Role will fail in that case.I suppose it's because the following task has
when: runner_version == "latest"
condition:Issue Type
Bug Report
Ansible Version
Steps to Reproduce
Expected Results
api_response
is set for all hosts in playActual Results
`api_response` is set only if the first host has `runner_version: "latest"`
The text was updated successfully, but these errors were encountered: