From 37164f4787c65df29c8b4cc5b8edfa08d5b766d7 Mon Sep 17 00:00:00 2001 From: Nocchia <133043574+NomakCooper@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:21:55 +0200 Subject: [PATCH] sar_facts - testing PR (#122) * sar_facts - testing PR * sar_facts - fix sanity and test units fail * sar_facts - fix sanity and test units fail * sar_facts - fix units test and test integration fail * sar_facts - fix integration and fail units * sar_facts - fix units and fail sanity * sar_facts - fix sanity (cherry picked from commit 70ba3abb6683119a5fb9909f8ce3cf4b80020206) --- plugins/modules/sar_facts.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: {