mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
This commit is contained in:
parent
be00d93eb4
commit
a05bbb8a1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue