mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
removed debugging prints
This commit is contained in:
@@ -89,7 +89,6 @@ class InventoryModule(BaseInventoryPlugin):
|
||||
else:
|
||||
try:
|
||||
sp = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
print('yo')
|
||||
except OSError as e:
|
||||
raise AnsibleParserError("problem running %s (%s)" % (' '.join(cmd), to_native(e)))
|
||||
(stdout, stderr) = sp.communicate()
|
||||
|
||||
Reference in New Issue
Block a user