mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 19:20:22 -07:00
Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :)
This commit is contained in:
parent
238fffd6ef
commit
09a7119e74
7 changed files with 119 additions and 23 deletions
|
@ -429,7 +429,10 @@ class Runner(object):
|
|||
# find hosts that match the pattern
|
||||
hosts = self.match_hosts(self.pattern)
|
||||
if len(hosts) == 0:
|
||||
return None
|
||||
return {
|
||||
'contacted' : {},
|
||||
'dark' : {}
|
||||
}
|
||||
|
||||
# attack pool of hosts in N forks
|
||||
# _executor_hook does all of the work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue