summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-09-14 18:16:13 +0200
committerGitHub <noreply@github.com>2018-09-14 18:16:13 +0200
commit829f48e3f5fe57783daf575906522dcc1836e66a (patch)
tree0b9cec9b04e0b89a934d8db3fc2839eb40d2cfb2 /changelogs
parentinclude_vars: fix checking for a string in ignore_files (diff)
downloadansible-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.yaml2
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`.