From a560bb696e91f76549117bf91437936e5706c80e Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 08:35:27 +0100 Subject: [PATCH] fix typo (#64) (#65) (cherry picked from commit e9fdf19253e7bcdc032efcd3337e73623b2880f9) Co-authored-by: txt-file <44214237+txt-file@users.noreply.github.com> --- plugins/modules/facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/facts.py b/plugins/modules/facts.py index 6b37f23..0eb8d96 100644 --- a/plugins/modules/facts.py +++ b/plugins/modules/facts.py @@ -12,7 +12,7 @@ author: "Egor Zaitsev (@heuels)" short_description: Collect facts from remote devices running MikroTik RouterOS description: - Collects a base set of device facts from a remote device that - is running RotuerOS. This module prepends all of the + is running RouterOS. This module prepends all of the base network fact keys with C(ansible_net_). The facts module will always collect a base set of facts from the device and can enable or disable collection of additional facts.