mirror of https://github.com/ansible/ansible.git
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 *)pull/45641/merge
parent
d383d87b22
commit
829f48e3f5
@ -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`.
|
Loading…
Reference in New Issue