mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
Add ANSIBLE_CONFIG envvar to config/envvars tmpl (#28886)
This commit is contained in:
6
docs/templates/config.rst.j2
vendored
6
docs/templates/config.rst.j2
vendored
@@ -50,6 +50,12 @@ Common Options
|
||||
Environment Variables
|
||||
=====================
|
||||
|
||||
.. envvar:: ANSIBLE_CONFIG
|
||||
|
||||
|
||||
Override the default ansible config file
|
||||
|
||||
|
||||
{% for config_option in config_options %}
|
||||
{% for env_var_map in config_options[config_option]['env'] %}
|
||||
.. envvar:: {{env_var_map['name']}}
|
||||
|
||||
Reference in New Issue
Block a user