From 3aec1a115d1d9bee853ad5ef8af42f6c09b0b7d8 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Tue, 8 Sep 2020 12:52:50 -0400 Subject: [PATCH] fix wording --- awx_collection/plugins/module_utils/tower_api.py | 1 - awx_collection/plugins/modules/tower_user.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/awx_collection/plugins/module_utils/tower_api.py b/awx_collection/plugins/module_utils/tower_api.py index b23596d8fe..d41c32b772 100644 --- a/awx_collection/plugins/module_utils/tower_api.py +++ b/awx_collection/plugins/module_utils/tower_api.py @@ -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', diff --git a/awx_collection/plugins/modules/tower_user.py b/awx_collection/plugins/modules/tower_user.py index 8250a8176a..8f32c42666 100644 --- a/awx_collection/plugins/modules/tower_user.py +++ b/awx_collection/plugins/modules/tower_user.py @@ -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