diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-07-06 04:05:05 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-07-06 04:11:51 +0200 |
commit | 8a82b5c81760697cdb21b73dd811a774fb38d9c9 (patch) | |
tree | edfa31a85f7d235089817e16dea4f2afb0df66e2 /examples | |
parent | Update changelog (diff) | |
download | ansible-8a82b5c81760697cdb21b73dd811a774fb38d9c9.tar.xz ansible-8a82b5c81760697cdb21b73dd811a774fb38d9c9.zip |
Slight revisement to configuration file comment.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index c76447dbb9..3b3c324f12 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -91,7 +91,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins [paramiko_connection] # uncomment this line to cause the paramiko connection plugin to not record new host -# keys encountered. Increases performance. Setting works independently of the +# keys encountered. Increases performance on new host additions. Setting works independently of the # host key checking setting above. #record_host_keys=False |