mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Merge remote branch 'public/integration' into integration
This commit is contained in:
commit
347637339c
4 changed files with 6 additions and 4 deletions
|
@ -151,6 +151,8 @@ class Cli(object):
|
|||
clock = clock - options.poll_interval
|
||||
time.sleep(options.poll_interval)
|
||||
poll_hosts = self.hosts_to_poll(poll_results)
|
||||
if len(poll_hosts)==0:
|
||||
break
|
||||
|
||||
########################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue