correct pip argument

This commit is contained in:
Ramon Fischer 2017-12-27 06:58:56 +01:00 committed by GitHub
parent eae5230b5d
commit f502841201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ This section lists the _specific_ options for the Ansible Local provisioner. In
config.vm.provision "ansible_local" do |ansible|
ansible.playbook = "playbook.yml"
ansible.install_mode = :pip
ansible.pip_args = "--install-url https://pypi.internal"
ansible.pip_args = "--index-url https://pypi.internal"
end
```