diff options
author | Jordan Borean <jborean93@gmail.com> | 2019-09-18 22:36:08 +0200 |
---|---|---|
committer | Sandra McCann <samccann@redhat.com> | 2019-09-18 22:36:08 +0200 |
commit | bf5b6695eccc621449a3307307af750ebdd135de (patch) | |
tree | 3f717e08fac5cb2cf60dff1306154ef57b11de1d /docs | |
parent | Improve dconf documentation to include conversion problems (#62316) (diff) | |
download | ansible-bf5b6695eccc621449a3307307af750ebdd135de.tar.xz ansible-bf5b6695eccc621449a3307307af750ebdd135de.zip |
Add hint for config option priority (#62463)
* Add hint for config option priority
* Fix some spelling issues
Diffstat (limited to 'docs')
-rw-r--r-- | docs/templates/plugin.rst.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index ff6cdad837..d8ea4800ed 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -452,4 +452,8 @@ Authors If you notice any issues in this documentation, you can `edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/modules/@{ source }@?description=%23%23%23%23%23%20SUMMARY%0A%3C!---%20Your%20description%20here%20--%3E%0A%0A%0A%23%23%23%23%23%20ISSUE%20TYPE%0A-%20Docs%20Pull%20Request%0A%0A%2Blabel:%20docsite_pr>`_ to improve it. {% else %} If you notice any issues in this documentation, you can `edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/plugins/@{ plugin_type }@/@{ source }@?description=%23%23%23%23%23%20SUMMARY%0A%3C!---%20Your%20description%20here%20--%3E%0A%0A%0A%23%23%23%23%23%20ISSUE%20TYPE%0A-%20Docs%20Pull%20Request%0A%0A%2Blabel:%20docsite_pr>`_ to improve it. + + +.. hint:: + Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. {% endif %} |