From a05bbb8a1b44c366077e154a462de1c361353c0a Mon Sep 17 00:00:00 2001 From: Sebastian Safari Date: Wed, 22 Nov 2017 15:26:27 -0800 Subject: [PATCH] Update location of facts.py on module dev documentation (#32209) * Update location of facts.py I spent some time trying to find out where it was, since it's a 404 on a google search. * Edits --- docs/docsite/rst/dev_guide/developing_module_utilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_module_utilities.rst b/docs/docsite/rst/dev_guide/developing_module_utilities.rst index 32ba57ca82e..09a1287780e 100644 --- a/docs/docsite/rst/dev_guide/developing_module_utilities.rst +++ b/docs/docsite/rst/dev_guide/developing_module_utilities.rst @@ -22,7 +22,7 @@ The following is a list of module_utils files and a general description. The mod - ec2.py - Definitions and utilities for modules working with Amazon EC2 - eos.py - Helper functions for modules working with EOS networking devices. - f5.py - Helper functions for modules working with F5 networking devices. -- facts.py - Helper functions for modules that return facts. +- facts/- Folder containing helper functions for modules that return facts. See https://github.com/ansible/ansible/pull/23012 for more information. - gce.py - Definitions and helper functions for modules that work with Google Compute Engine resources. - ios.py - Definitions and helper functions for modules that manage Cisco IOS networking devices - iosxr.py - Definitions and helper functions for modules that manage Cisco IOS-XR networking devices