Skip to content

Commit

Permalink
setup python path for virtenv
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed Feb 21, 2020
1 parent eff2e32 commit d3cf9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision_rax.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

ansible-playbook -i inventory/localhost playbooks/provision_rax.yml
ansible-playbook -i inventory/localhost --extra-vars="ansible_python_interpreter=$(which python)" playbooks/provision_rax.yml

0 comments on commit d3cf9bc

Please sign in to comment.