diff --git a/plugins/modules/sentinelone_path_exclusions.py b/plugins/modules/sentinelone_path_exclusions.py index dfa60ef..8624aa5 100644 --- a/plugins/modules/sentinelone_path_exclusions.py +++ b/plugins/modules/sentinelone_path_exclusions.py @@ -564,7 +564,7 @@ def run_module(): exclusion_obj.create_exclusions(module) else: - basic_message.append(f"Nothing to change, all desired changes are already set") + basic_message.append("Nothing to change, all desired changes are already set") else: if current_exclusions['pagination']['totalItems'] != 0: @@ -572,7 +572,7 @@ def run_module(): exclusion_obj.delete_exclusions(module) diffs.append({'changes': 'Deleted all exclusions in Scope'}) else: - basic_message.append(f"Nothing to change, exclusion does not exist") + basic_message.append("Nothing to change, exclusion does not exist") result = dict( changed=False,