fix wording

This commit is contained in:
Alan Rominger 2020-09-08 12:52:50 -04:00
parent 2f1a9a28ea
commit 3aec1a115d
No known key found for this signature in database
GPG Key ID: D0E673F5E7053218
2 changed files with 1 additions and 2 deletions

View File

@ -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',

View File

@ -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