From 8a82b5c81760697cdb21b73dd811a774fb38d9c9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 5 Jul 2013 22:05:05 -0400 Subject: [PATCH] Slight revisement to configuration file comment. --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index c76447dbb9b..3b3c324f123 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