From 5b716d1623ca9fd4622642ab1fe52649424dde51 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Tue, 13 Jan 2015 19:16:24 +0100 Subject: [PATCH] provisioners/ansible: fix lines lengths in docs [ci skip] --- website/docs/source/v2/provisioning/ansible.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/source/v2/provisioning/ansible.html.md b/website/docs/source/v2/provisioning/ansible.html.md index 360120e91..10fd1fc6d 100644 --- a/website/docs/source/v2/provisioning/ansible.html.md +++ b/website/docs/source/v2/provisioning/ansible.html.md @@ -227,9 +227,10 @@ by the sudo command. Vagrant is designed to provision [multi-machine environments](/v2/multi-machine) in sequence, but the following configuration pattern can be used to take advantage of Ansible parallelism: ``` - # By default, Vagrant 1.7+ automatically inserts a different insecure keypair - # for each new VM created. The easiest way to use the same keypair for all - # the machines is to disable this feature and rely on the legacy insecure key. + # By default, Vagrant 1.7+ automatically inserts a different + # insecure keypair for each new VM created. The easiest way + # to use the same keypair for all the machines is to disable + # this feature and rely on the legacy insecure key. config.ssh.insert_key = false config.vm.define 'machine2' do |machine|