Fix venv detection for ansible cluster target
This fixes the installation of the consul python library
This commit is contained in:
parent
5f9a04fa5d
commit
1352eeb3e8
@ -61,7 +61,7 @@ venv/bin/ansible:
|
||||
.PHONY: ansible-cluster
|
||||
ansible-cluster: venv/bin/ansible
|
||||
./venv/bin/ansible-galaxy install -p roles -r roles/requirements.yml
|
||||
./venv/bin/ansible-playbook -K -vv \
|
||||
env VIRTUAL_ENV=/Users/ifij/workspace/iamthefij/orchestration-tests/nomad/venv ./venv/bin/ansible-playbook -K -vv \
|
||||
-e "@vault-keys.json" \
|
||||
-i ansible_hosts.yml -M ./roles ./setup-cluster.yml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user