mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
fix wording
This commit is contained in:
parent
2f1a9a28ea
commit
3aec1a115d
@ -22,7 +22,6 @@ class TowerAPIModule(TowerModule):
|
||||
'tower': 'Red Hat Ansible Tower',
|
||||
}
|
||||
session = None
|
||||
cookie_jar = CookieJar()
|
||||
IDENTITY_FIELDS = {
|
||||
'users': 'username',
|
||||
'workflow_job_template_nodes': 'identifier',
|
||||
|
||||
@ -57,7 +57,7 @@ options:
|
||||
type: str
|
||||
update_secrets:
|
||||
description:
|
||||
- C(true) will always password if user specifies password and API gives $encrypted$ for password.
|
||||
- C(true) will always change password if user specifies password, even if API gives $encrypted$ for password.
|
||||
- C(false) will only set the password if other values change too.
|
||||
type: bool
|
||||
default: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user