From 3ea72fec2742ac4f2fedbc6e245f4cf37b5da742 Mon Sep 17 00:00:00 2001 From: Nocchia <133043574+NomakCooper@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:09:48 +0200 Subject: [PATCH] sar_facts - fix ansible documentation (#126) (cherry picked from commit 2bc4d1e69fb52c22249922ab5f5b6e9bbb14083b) --- 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: