1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

"make webdocs" sphinx output is now clean. Edit passes and additional content in docs still pending.

This commit is contained in:
Michael DeHaan 2013-09-29 20:10:37 -04:00
parent 5d6deb68ae
commit b64edfe791
3 changed files with 4 additions and 2 deletions

View file

@ -135,4 +135,6 @@ Miscellaneous
faq faq
glossary glossary
YAMLSyntax

View file

@ -206,7 +206,7 @@ Examples from a host file::
:doc:`intro_dynamic_inventory` :doc:`intro_dynamic_inventory`
Pulling inventory from dynamic sources, such as cloud providers Pulling inventory from dynamic sources, such as cloud providers
:doc:`intro_examples` :doc:`intro_adhoc`
Examples of basic commands Examples of basic commands
:doc:`playbooks` :doc:`playbooks`
Learning ansible's configuration management language Learning ansible's configuration management language

View file

@ -95,7 +95,7 @@ Note that when combining `when` with `with_items` (see :doc:`playbooks_loops`),
Loading in Custom Facts Loading in Custom Facts
``````````````````````` ```````````````````````
It's also easy to provide your own facts if you want, which is covered in :doc:`moduledev`. To run them, just It's also easy to provide your own facts if you want, which is covered in :doc:`developing_modules`. To run them, just
make a call to your own custom fact gathering module at the top of your list of tasks, and variables returned make a call to your own custom fact gathering module at the top of your list of tasks, and variables returned
there will be accessible to future tasks:: there will be accessible to future tasks::