mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
fix wording
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user