Send a host to runner executor instead of a letter.

Discovered in #1463 .
pull/1648/head
Jeroen Hoekx 12 years ago
parent fb27cb45e1
commit 77162e95e4

@ -652,7 +652,7 @@ class Runner(object):
# We aren't iterating over all the hosts in this
# group. So, just pick the first host in our group to
# construct the conn object with.
result_data = self._executor(hosts[0][1]).result
result_data = self._executor(hosts[0]).result
# Create a ResultData item for each host in this group
# using the returned result. If we didn't do this we would
# get false reports of dark hosts.

Loading…
Cancel
Save