summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-07-05 10:08:18 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-07-05 10:08:18 -0400
commit715f25efbc04fe0f42c0e1cf1ebf4269001f3ded (patch)
tree0622c4632aae2b72d8ba206af2b05a09c3394fda
parentf29c98c29f457e3597b520310bf07176503916b8 (diff)
downloadansible-release1.2.1.tar.gz
Fix the comment.release1.2.1
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 9d602b25aa..e2eb98b4e1 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -102,7 +102,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
# will result in poor performance, so use transport=paramiko on older platforms rather than
# removing it
-ssh_args=#-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
+#ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
# the following makes ansible use scp if the connection type is ssh (default is sftp)