Added docs URL for ansible_local provisioner
This commit is contained in:
parent
22c84f6122
commit
b11e9cb1dd
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue