ansible: don't enable_debug_logging() for sudo
This commit is contained in:
parent
b221eaaa10
commit
5dc2cc0726
|
@ -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…
Reference in New Issue