Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 90d5157

Browse files
authored
Merge pull request #1589 from danbohea/patch-2
Added name to Ansible provisioner in Vagrantfile
2 parents 93be910 + b374515 commit 90d5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Vagrant.configure('2') do |config|
104104
config.vm.synced_folder synced_folder.fetch('local_path'), synced_folder.fetch('destination'), options
105105
end
106106

107-
config.vm.provision provisioner do |ansible|
107+
config.vm.provision 'drupalvm', type: provisioner do |ansible|
108108
ansible.compatibility_mode = '2.0'
109109
ansible.playbook = playbook
110110
ansible.extra_vars = {

0 commit comments

Comments
 (0)