Skip to content

Commit 2bc4d1e

Browse files
authored
sar_facts - fix ansible documentation (#126)
1 parent 39defcf commit 2bc4d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/sar_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
description:
120120
- Dictionary that contains C(network) data from C(sar).
121121
- It contains V(date), V(time) and all others keys from C(sar) data.
122-
- Most common keys are V(IFACE), V(rxpck/s), V(txpck/s), v(%ifutil) and others.
122+
- Most common keys are V(IFACE), V(rxpck/s), V(txpck/s), V(%ifutil) and others.
123123
returned: when O(type) is V(network).
124124
type: dict
125125
sar_disk:

0 commit comments

Comments
 (0)