File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ Vagrant.configure("2") do |config|
4343 #libvirt.id_ssh_key_file = "$HOME/.ssh/id_rsa"
4444 end
4545
46-
46+
4747 # Disable the new default behavior introduced in Vagrant 1.7, to
4848 # ensure that all Vagrant machines will use the same SSH key pair.
4949 # See https://github.com/mitchellh/vagrant/issues/5005
5050 config . ssh . insert_key = false
51-
51+
5252 config . vm . provision 'ansible' , type : 'ansible' do |ansible |
5353 ansible . compatibility_mode = "2.0"
5454 ansible . groups = {
@@ -64,7 +64,7 @@ Vagrant.configure("2") do |config|
6464 ansible . playbook = "playbook.yml"
6565 ansible . raw_arguments = Shellwords . shellsplit ( ENV [ 'ANSIBLE_ARGS' ] ) if ENV [ 'ANSIBLE_ARGS' ]
6666 ansible . verbose = 'v'
67-
67+
6868 end
6969
7070end
You can’t perform that action at this time.
0 commit comments