From e9fdf19253e7bcdc032efcd3337e73623b2880f9 Mon Sep 17 00:00:00 2001 From: txt-file <44214237+txt-file@users.noreply.github.com> Date: Sat, 22 Jan 2022 08:26:53 +0100 Subject: [PATCH] fix typo (#64) --- 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 3015502..d5589c3 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.