From b11e9cb1ddd7b7c8b4ecb2343bb9daf392960527 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Wed, 25 Nov 2020 22:41:10 +0000 Subject: [PATCH] Added docs URL for ansible_local provisioner --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 21577d2..445459f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -67,6 +67,7 @@ Vagrant.configure(2) do |config| # Provision by running Ansible from within the VM. # Vagrant will try to install Ansible automatically using pip # Advantage: Ansible doesn't have to be installed on the Vagrant host + # See also: https://www.vagrantup.com/docs/provisioning/ansible_local.html dev.vm.provision "ansible_local" do |ansible| #ansible.verbose = "vvv" ansible.compatibility_mode = "2.0"