mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
fix wording
This commit is contained in:
@@ -22,7 +22,6 @@ class TowerAPIModule(TowerModule):
|
|||||||
'tower': 'Red Hat Ansible Tower',
|
'tower': 'Red Hat Ansible Tower',
|
||||||
}
|
}
|
||||||
session = None
|
session = None
|
||||||
cookie_jar = CookieJar()
|
|
||||||
IDENTITY_FIELDS = {
|
IDENTITY_FIELDS = {
|
||||||
'users': 'username',
|
'users': 'username',
|
||||||
'workflow_job_template_nodes': 'identifier',
|
'workflow_job_template_nodes': 'identifier',
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
update_secrets:
|
update_secrets:
|
||||||
description:
|
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.
|
- C(false) will only set the password if other values change too.
|
||||||
type: bool
|
type: bool
|
||||||
default: true
|
default: true
|
||||||
|
|||||||
Reference in New Issue
Block a user