Skip to content

Commit 3e651d9

Browse files
anthonyelevenpatchback[bot]
authored andcommitted
Harmonize formatting of group names in docs/docsite/rst/inventory_guide/intro_inventory.rst (#2980)
Signed-off-by: Anthony D'Atri <[email protected]> (cherry picked from commit b1861c3)
1 parent 49f2fa5 commit 3e651d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/inventory_guide/intro_inventory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ The default vars plugin that Ansible ships with, :ref:`host_group_vars <host_gro
500500

501501
For the ``host_group_vars`` plugin, your host and group variable files must use YAML syntax. Valid file extensions are '.yml', '.yaml', '.json', or no file extension. See :ref:`yaml_syntax` if you are new to YAML.
502502

503-
The ``host_group_vars`` plugin loads host and group variable files by searching paths relative to the inventory source or the playbook file. If your inventory file at ``/etc/ansible/hosts`` contains a host named 'foosball' that belongs to the 'raleigh' and 'webservers' groups, that host will use variables from the YAML files in the following locations:
503+
The ``host_group_vars`` plugin loads host and group variable files by searching paths relative to the inventory source or the playbook file. If your inventory file at ``/etc/ansible/hosts`` contains a host named 'foosball' that belongs to the ``raleigh`` and ``webservers`` groups, that host will use variables from the YAML files in the following locations:
504504

505505
.. code-block:: bash
506506

0 commit comments

Comments
 (0)