From c614441fcc8743159cebaf0916b1284d9cacc17a Mon Sep 17 00:00:00 2001 From: Nocchia <133043574+NomakCooper@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:02:56 +0000 Subject: [PATCH] sar_facts - fix ansible documentation --- plugins/modules/sar_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/sar_facts.py b/plugins/modules/sar_facts.py index ff96478..913f127 100644 --- a/plugins/modules/sar_facts.py +++ b/plugins/modules/sar_facts.py @@ -119,7 +119,7 @@ description: - Dictionary that contains C(network) data from C(sar). - It contains V(date), V(time) and all others keys from C(sar) data. - - Most common keys are V(IFACE), V(rxpck/s), V(txpck/s), v(%ifutil) and others. + - Most common keys are V(IFACE), V(rxpck/s), V(txpck/s), V(%ifutil) and others. returned: when O(type) is V(network). type: dict sar_disk: