]> git.phdru.name Git - ansible.git/blob - playbooks/fetch-push/fetch
Feat(playbooks/fetch-push): Fetch/push a file
[ansible.git] / playbooks / fetch-push / fetch
1 #! /bin/sh
2
3 start_dir="`pwd`" &&
4 fetch_push_dir="`dirname \"$0\"`" &&
5 exec "$HOME"/.virtualenvs/ansible/bin/ansible-playbook -v "$fetch_push_dir"/fetch.yml -e start_dir="$start_dir" "$@"