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