mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
Removing errant debug print
This commit is contained in:
parent
e7a096c4c5
commit
fe014148d9
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class StrategyBase:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
def get_hosts_remaining(self, play):
|
def get_hosts_remaining(self, play):
|
||||||
print("inventory get hosts: %s" % self._inventory.get_hosts(play.hosts))
|
|
||||||
return [host for host in self._inventory.get_hosts(play.hosts) if host.name not in self._tqm._failed_hosts and host.name not in self._tqm._unreachable_hosts]
|
return [host for host in self._inventory.get_hosts(play.hosts) if host.name not in self._tqm._failed_hosts and host.name not in self._tqm._unreachable_hosts]
|
||||||
|
|
||||||
def get_failed_hosts(self, play):
|
def get_failed_hosts(self, play):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue