mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Rename 'successful' to 'contacted' ...
This commit is contained in:
@@ -155,8 +155,8 @@ class Runner(object):
|
||||
hosts = [ (self,x) for x in hosts ]
|
||||
results = pool.map(_executor_hook, hosts)
|
||||
results2 = {
|
||||
"successful" : {},
|
||||
"failed" : {}
|
||||
"contacted" : {},
|
||||
"dark" : {}
|
||||
}
|
||||
for x in results:
|
||||
(host, is_ok, result) = x
|
||||
|
||||
Reference in New Issue
Block a user