moved batcave

This commit is contained in:
Marvin Steadfast 2016-03-17 10:38:29 +00:00
parent 5ef78ce7ba
commit 1cf7253bc2

View File

@ -89,12 +89,12 @@
- name: clone batcave
git:
repo=https://github.com/xsteadfastx/batcave.git
dest=~/batcave
dest=~/.batcave
- name: run batcave
command:
~/ansible/bin/ansible-playbook -i hosts base.yml -c local --extra-vars="hosts=localhost"
chdir=~/batcave
chdir=~/.batcave
- name: export variables
lineinfile: