Compare commits
1 commit
a1a8ccbd4b
...
972e6c0d87
Author | SHA1 | Date | |
---|---|---|---|
972e6c0d87 |
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -74,7 +74,7 @@ Vagrant.configure(2) do |config|
|
|||
dev.vm.provision "ansible_local" do |ansible|
|
||||
#ansible.verbose = "vvv"
|
||||
ansible.compatibility_mode = "2.0"
|
||||
ansible.install_mode = "pip"
|
||||
ansible.install_mode = "pip_args_only"
|
||||
ansible.pip_install_cmd = "sudo apt install -y python3-distutils && curl https://bootstrap.pypa.io/get-pip.py | sudo python3"
|
||||
# The following will not work properly since the split of Ansible into ansible-base (soon ansible-core)
|
||||
# and the Ansible collections and modules both together resembling Ansible.
|
||||
|
|
Loading…
Add table
Reference in a new issue