Skip to content

Commit 28a3502

Browse files
committed
Update README.rst
1 parent d18e909 commit 28a3502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These are variables that are always defined by ansible.
1313
============================ =========================================================================================================================================================================================================
1414
Parameter Description
1515
============================ =========================================================================================================================================================================================================
16-
hostvars A dict whose keys are Ansible host names and values are variable names
16+
hostvars A dict whose keys are Ansible host names and values are dicts that map variable names to values
1717
groups A dict whose keys are Ansible group names and values are list of hostnames that are members of the group. Includes ``all`` and ``ungrouped`` groups: ``{"all": [...], "web": [...], "ungrouped": [...]}``
1818
inventory_hostname Name of the current host as known by ansible.
1919
============================ =========================================================================================================================================================================================================

0 commit comments

Comments
 (0)