# Pastebin tUePQqiT [jtanner@jt420 vagrant_dev_env]$ git diff diff --git a/tools/vagrant_dev_env/vagrant.yml b/tools/vagrant_dev_env/vagrant.yml index e90c42b..479fc7d 100644 --- a/tools/vagrant_dev_env/vagrant.yml +++ b/tools/vagrant_dev_env/vagrant.yml @@ -79,8 +79,12 @@ environment: ANSIBLE_INSTALL_ROOT: "{{ansible_install_root}}" + - name: make a temp ansible checkout + shell: git clone https://github.com/ansible/ansible /opt/ansible.checkout + - name: Install Bifrost - shell: source {{ansible_install_root}}/ansible/hacking/env-setup && ansible-playbook -vvvv -i inventory/localhost install.yaml -e network_interface={{network_interface}} + #shell: source {{ansible_install_root}}/ansible/hacking/env-setup && ansible-playbook -vvvv -i inventory/localhost install.yaml -e network_interface={{network_interface}} + shell: source /opt/ansible.checkout/hacking/env-setup && ansible-playbook -vvvv -i inventory/localhost install.yaml -e network_interface={{network_interface}} args: chdir: /home/vagrant/bifrost/playbooks executable: /bin/bash