Skip to content

Commit

Permalink
trivial - yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ylmrx committed Mar 1, 2021
1 parent 85afef2 commit 68387c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelogs/fragments/73665-fixes-ansible-console.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bugfixes:
- ansible-console - add more documentation, specifically on various commands[1] (https://github.com/ansible/ansible/issues/72195)
- ansible-console - Ctrl+C (on prompt) used to exit the shell, unlike most shells: it should just reset the current line (ie. abort it and spawn a new prompt) (https://github.com/ansible/ansible/issues/68529)
- ansible-console - Ctrl+C (on prompt) used to exit the shell, unlike most shells, it should just reset the current line
(ie. abort it and spawn a new prompt) (https://github.com/ansible/ansible/issues/68529)
- ansible-console - Ctrl+C (in a task) abort current task, and put you back on prompt (this behavior doesn't change) (ditto)
- ansible-console - Ctrl+D (on prompt) now exit the shell, this is the expected behavior in a shell (cf bash, sh, zsh, ipython, ...) (ditto)
- ansible-console - fixes few strings' typos
Expand Down

0 comments on commit 68387c0

Please sign in to comment.