diff --git a/plugins/modules/sar_facts.py b/plugins/modules/sar_facts.py index 8b4674c..f4cbe32 100644 --- a/plugins/modules/sar_facts.py +++ b/plugins/modules/sar_facts.py @@ -85,13 +85,13 @@ RETURN = r''' ansible_facts: - description: > - A dictionary containing the SAR data collected from system logs. The key is dynamically determined - based on the O(type). - The value is a list of dictionaries where each dictionary represents a single data point with the following keys: - - V(date): The date for the measurement. - - V(time): The time for the measurement in 24-hour format. - - Additional keys corresponding to the performance metrics output from the C(sar) command. + description: + - A dictionary containing the SAR data collected. The key is dynamically determined based on the O(type). + - The dict name format is c(sar_). + - The value is a list of dictionaries where each dictionary represents a single data point with the following keys + - V(date) The date for the measurement. + - V(time) The time for the measurement in 24-hour format. + - Additional keys corresponding to the performance metrics output from the C(sar) command. returned: always type: dict sample: {