diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-01-05 18:17:45 +0100 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-01-05 18:18:52 +0100 |
commit | fe53d86a83b8fdd9019c1237fd37e3295e8df2b5 (patch) | |
tree | c5dbab43d543a2c3e5a9957328e9e2b40166f766 /docsite/rst | |
parent | Merge pull request #9940 from bcoca/library_example_config_fix (diff) | |
download | ansible-fe53d86a83b8fdd9019c1237fd37e3295e8df2b5.tar.xz ansible-fe53d86a83b8fdd9019c1237fd37e3295e8df2b5.zip |
inventory is ini-like but not quite like other implementations
Diffstat (limited to 'docsite/rst')
-rw-r--r-- | docsite/rst/intro_inventory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index a830b6b4b6..c2ef034aa4 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -19,7 +19,7 @@ pull inventory from dynamic or cloud sources, as described in :doc:`intro_dynami Hosts and Groups ++++++++++++++++ -The format for /etc/ansible/hosts is an INI format and looks like this:: +The format for /etc/ansible/hosts is an INI-like format and looks like this:: mail.example.com |