mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
remove stray print
This commit is contained in:
parent
de21cb27d8
commit
d1ad1d2508
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ class Inventory(object):
|
||||||
# exclude hosts mentioned in a negative pattern
|
# exclude hosts mentioned in a negative pattern
|
||||||
if len(negative_patterns):
|
if len(negative_patterns):
|
||||||
exclude_hosts = self._get_hosts(negative_patterns)
|
exclude_hosts = self._get_hosts(negative_patterns)
|
||||||
print "EXCLUDING HOSTS: %s" % exclude_hosts
|
|
||||||
hosts = [ h for h in hosts if h not in exclude_hosts ]
|
hosts = [ h for h in hosts if h not in exclude_hosts ]
|
||||||
|
|
||||||
# exclude hosts not in a subset, if defined
|
# exclude hosts not in a subset, if defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue