provisioners/ansible: fix a typo in a comment

[ci skip]
This commit is contained in:
Gilles Cornu 2015-01-13 07:44:22 +01:00
parent e37918e42e
commit cdd5d54208
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module VagrantPlugins
# Increase the SSH connection timeout, as the Ansible default value (10 seconds)
# is a bit demanding for some overloaded developer boxes. This is particularly
# helpful when additioal virtual networks are configured, as their availability
# helpful when additional virtual networks are configured, as their availability
# is not controlled during vagrant boot process.
options << "--timeout=30"