ansible/changelogs/fragments/73948-pause-no-enter-with-timeout.yml
Alexander Sowitzki 1527078a8f
pause - do not continue with '\r' when timeout is set (#74030)
Original function of pause was, to only allow user input
(finished with enter) when no timeout was set. This restores
the behaviour.
2021-03-29 15:39:42 -04:00

2 lines
126 B
YAML

bugfixes:
- pause - do not accept enter to continue when a timeout is set (https://github.com/ansible/ansible/issues/73948)