mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixe become help copy in credentials
This commit is contained in:
parent
d9c5904f69
commit
113da9f599
@ -286,7 +286,7 @@ export default
|
||||
ngShow: "kind.value == 'ssh'",
|
||||
dataTitle: 'Privilege Escalation',
|
||||
ngOptions: 'become.label for become in become_options track by become.value',
|
||||
awPopOver: "<p>Specify a username for 'become' operations. " +
|
||||
awPopOver: "<p>Specify a method for 'become' operations. " +
|
||||
"This is equivalent to specifying the <code>--become-method=BECOME_METHOD</code> parameter, where <code>BECOME_METHOD</code> could be "+
|
||||
"<code>sudo | su | pbrun | pfexec | runas</code> <br>(defaults to <code>sudo</code>)</p>",
|
||||
dataPlacement: 'right',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user