Commit 5dc2cc07 authored by David Wilson's avatar David Wilson

ansible: don't enable_debug_logging() for sudo

parent b221eaaa
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment