mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Rename 'successful' to 'contacted' ...
This commit is contained in:
parent
530e54b3e4
commit
7be8d134c9
2 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue