diff options
author | Alexander Sowitzki <asowitzk@redhat.com> | 2021-03-29 21:39:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 21:39:42 +0200 |
commit | 1527078a8f4fb80cb3f2c48c00b3e683086332eb (patch) | |
tree | 9d74101cf71b70cff29727b5824506ea0439a861 /changelogs | |
parent | add --offline option to galaxy collection verify (#74040) (diff) | |
download | ansible-1527078a8f4fb80cb3f2c48c00b3e683086332eb.tar.xz ansible-1527078a8f4fb80cb3f2c48c00b3e683086332eb.zip |
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.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/73948-pause-no-enter-with-timeout.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/73948-pause-no-enter-with-timeout.yml b/changelogs/fragments/73948-pause-no-enter-with-timeout.yml new file mode 100644 index 0000000000..44cc5ebcf8 --- /dev/null +++ b/changelogs/fragments/73948-pause-no-enter-with-timeout.yml @@ -0,0 +1,2 @@ +bugfixes: + - pause - do not accept enter to continue when a timeout is set (https://github.com/ansible/ansible/issues/73948) |