ansible: don't enable_debug_logging() for sudo

pull/87/head
David Wilson 7 years ago
parent 9e70a32567
commit 2e3ca8dbfe

@ -120,7 +120,6 @@ class Connection(ansible.plugins.connection.ConnectionBase):
'password': self._play_context.password,
'python_path': '/usr/bin/python',
'via': via,
'debug': True,
}))
def _connect(self):

Loading…
Cancel
Save