Link to constants.py
in the source tree.
`constants.py` is referenced in the *Environmental configuration* section of the documentation. This change provides a link from the documentation to the source code.
This commit is contained in:
parent
aa5f96d28d
commit
776eb3e8cd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Environmental configuration
|
|||
```````````````````````````
|
||||
|
||||
Ansible also allows configuration of settings via environment variables. If these environment variables are set, they will
|
||||
override any setting loaded from the configuration file. These variables are for brevity not defined here, but look in 'constants.py' in the source tree if you want to use these. They are mostly considered to be a legacy system as compared to the config file, but are equally valid.
|
||||
override any setting loaded from the configuration file. These variables are for brevity not defined here, but look in `constants.py <https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py>`_ in the source tree if you want to use these. They are mostly considered to be a legacy system as compared to the config file, but are equally valid.
|
||||
|
||||
.. _config_values_by_section:
|
||||
|
||||
|
|
Loading…
Reference in a new issue