Using shorthand for disabling paging to avoid the syntax difference between versions. (#31942)

Fixes #31855
pull/31818/head
James Mighion 7 years ago committed by Martin Krizek
parent 529b7a7b78
commit 6693cc3f5a

@ -48,6 +48,6 @@ class TerminalModule(TerminalBase):
def on_open_shell(self):
try:
self._exec_cli_command(b'no paging')
self._exec_cli_command(b'no pag')
except AnsibleConnectionFailure:
raise AnsibleConnectionFailure('unable to set terminal parameters')

Loading…
Cancel
Save