Obvious quick fixes:

- extra 'the' in intro_inventory
- capitalization in playbooks_roles
This commit is contained in:
Jeffrey 'jf' Lim 2014-04-28 22:50:20 +08:00
commit d80f4624d4
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ Splitting Out Host and Group Specific Data
The preferred practice in Ansible is actually not to store variables in the main inventory file.
In addition to the storing variables directly in the INI file, host
In addition to storing variables directly in the INI file, host
and group variables can be stored in individual files relative to the
inventory file.