diff --git a/plugins/module_utils/hpc_system_firmware_utils.py b/plugins/module_utils/hpc_system_firmware_utils.py index ca1d13f51e..39060838b8 100644 --- a/plugins/module_utils/hpc_system_firmware_utils.py +++ b/plugins/module_utils/hpc_system_firmware_utils.py @@ -21,7 +21,7 @@ except ImportError: HAS_REQUESTS_TOOLBELT = False -REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module." +REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module" def has_requests_toolbelt(module):