Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#1158) * invalid inventory format in patterns doc The example inventory placed the host alias directly in the `groups['atlanta']` dictionary, instead of in the `groups['atlanta']['hosts']` dictionary required by the inventory format. * Fix misleading hostvar name in example The documentation implies that ansible uses `hostvars['host1']['host']` to store the address of a target host (as specified in the example inventory), but in fact it would be stored in `hostvars['host1']['ansible_host']`. This is confusing for newcomers. (cherry picked from commit 80af576) Co-authored-by: John Lamb <jolamb@redhat.com>
- Loading branch information