Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions plugins/modules/sar_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_<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.
returned: always
type: dict
sample: {
Expand Down