[WIP] disambiguating autogenerated module docs attempted fix of #38439. (#38890)

Disambiguates autogenerated module docs - fixes #38439.
This commit is contained in:
scottb
2018-04-17 18:45:07 -07:00
committed by GitHub
parent 50d151aef2
commit c97e508806
7 changed files with 30 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ An `example file is available on Github <https://raw.github.com/ansible/ansible/
For more details and a full listing of available configurations go to :ref:`configuration_settings`. Starting with Ansible version 2.4, you can use the :ref:`ansible-config` command line utility to list your available options and inspect the current values.
For in-depth details, see :ref:`config`.
For in-depth details, see :ref:`ansible_configuration_settings`.
Environmental configuration
@@ -42,7 +42,8 @@ Environmental configuration
Ansible also allows configuration of settings using environment variables.
If these environment variables are set, they will override any setting loaded from the configuration file.
You can get a full listing of available environment variables from :doc:`_config`.
You can get a full listing of available environment variables from :ref:`ansible_configuration_settings`.
.. _command_line_configuration: