1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Send a host to runner executor instead of a letter.

Discovered in #1463 .
This commit is contained in:
Jeroen Hoekx 2012-10-29 09:45:44 +01:00
parent fb27cb45e1
commit 77162e95e4

View file

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