diff options
author | Matt Martz <matt@sivel.net> | 2018-09-14 18:16:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 18:16:13 +0200 |
commit | 829f48e3f5fe57783daf575906522dcc1836e66a (patch) | |
tree | 0b9cec9b04e0b89a934d8db3fc2839eb40d2cfb2 /changelogs | |
parent | include_vars: fix checking for a string in ignore_files (diff) | |
download | ansible-829f48e3f5fe57783daf575906522dcc1836e66a.tar.xz ansible-829f48e3f5fe57783daf575906522dcc1836e66a.zip |
Flip default for AGNOSTIC_BECOME_PROMPT (#45563)
* Flip default for AGNOSTIC_BECOME_PROMPT
* simplify AGNOSTIC_BECOME_PROMPT porting guide entry
* clarify AGNOSTIC_BECOME_PROMPT changelog entry
* fixes version typo
* uses alternate wording (rather than escaping *)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/agnostic-become-prompt.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/agnostic-become-prompt.yaml b/changelogs/fragments/agnostic-become-prompt.yaml new file mode 100644 index 0000000000..dd30fde7e4 --- /dev/null +++ b/changelogs/fragments/agnostic-become-prompt.yaml @@ -0,0 +1,2 @@ +minor_changes: +- become - Change the default value for `AGNOSTIC_BECOME_PROMPT` to `True` so become prompts display `BECOME password:` regardless of the become method used. To display the become method in the prompt (for example, `SUDO password:`), set this config option to `False`. |