From 5fce7a11ee851dee53341875794cbd3a5116bad7 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 26 Nov 2016 15:53:05 -0800 Subject: [PATCH] WIP: Add shell script for debugging --- ch06/playbooks/git.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 ch06/playbooks/git.sh diff --git a/ch06/playbooks/git.sh b/ch06/playbooks/git.sh new file mode 100755 index 0000000..bcbbe46 --- /dev/null +++ b/ch06/playbooks/git.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ansible web -m git -a "repo=git@github.com:lorin/mezzanine-example.git dest=/home/vagrant/mezzanine-example/project accept_hostkey=yes" -- 2.44.0