Added docs URL for ansible_local provisioner

This commit is contained in:
Jan Beilicke 2020-11-25 22:41:10 +00:00
parent 22c84f6122
commit b11e9cb1dd

1
Vagrantfile vendored
View file

@ -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"