mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Revert "Add log_only to debug messages (#25545)"
This reverts commit 9e8cc26720.
This commit is contained in:
@@ -290,7 +290,7 @@ def main():
|
||||
sys.stderr.write(traceback.format_exc())
|
||||
sys.exit("FAIL: %s" % e)
|
||||
|
||||
ssh = connection_loader.get('ssh', class_only=True, log_only=True)
|
||||
ssh = connection_loader.get('ssh', class_only=True)
|
||||
cp = ssh._create_control_path(pc.remote_addr, pc.connection, pc.remote_user)
|
||||
|
||||
# create the persistent connection dir if need be and create the paths
|
||||
|
||||
Reference in New Issue
Block a user