Skip to content

Commit 96ae82e

Browse files
committed
Merge branch 'tooling/add-ansible-lint-ci' of github.com:geotribu/infra into tooling/add-ansible-lint-ci
2 parents 792f3a2 + 2ff4a35 commit 96ae82e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7070
end

0 commit comments

Comments
 (0)