mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
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 *)
This commit is contained in:
parent
d383d87b22
commit
829f48e3f5
3 changed files with 23 additions and 2 deletions
|
@ -160,9 +160,8 @@ BECOME_ALLOW_SAME_USER:
|
|||
type: boolean
|
||||
yaml: {key: privilege_escalation.become_allow_same_user}
|
||||
AGNOSTIC_BECOME_PROMPT:
|
||||
# TODO: Switch the default to True in either the Ansible 2.6 release or the 2.7 release, whichever happens after the Tower 3.3 release
|
||||
name: Display an agnostic become prompt
|
||||
default: False
|
||||
default: True
|
||||
type: boolean
|
||||
description: Display an agnostic become prompt instead of displaying a prompt containing the command line supplied become method
|
||||
env: [{name: ANSIBLE_AGNOSTIC_BECOME_PROMPT}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue