Skip to content

Commit efc0786

Browse files
committed
PR geerlingguy#206: Remove compatibility_mode setting from ELK Vagrantfile for consistency.
1 parent 182a899 commit efc0786

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elk/Vagrantfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2020
logs.vm.network :private_network, ip: "192.168.9.90"
2121

2222
logs.vm.provision :ansible do |ansible|
23-
ansible.compatibility_mode = "2.0"
2423
ansible.playbook = "provisioning/elk/main.yml"
2524
ansible.inventory_path = "provisioning/elk/inventory"
2625
ansible.become = true
@@ -33,7 +32,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3332
web.vm.network :private_network, ip: "192.168.9.91"
3433

3534
web.vm.provision :ansible do |ansible|
36-
ansible.compatibility_mode = "2.0"
3735
ansible.playbook = "provisioning/web/main.yml"
3836
ansible.inventory_path = "provisioning/web/inventory"
3937
ansible.become = true

0 commit comments

Comments
 (0)