aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-10-03 11:47:37 -0400
committerB Stack <bgstack15@gmail.com>2016-10-03 11:47:37 -0400
commitab1e5224f7416e4aeeaaae6e807685330e4124e0 (patch)
treed8ed803ad63e0c99f339a7976dded829160b4b86
parentfixing test.yml (diff)
downloadansible01-ab1e5224f7416e4aeeaaae6e807685330e4124e0.tar.gz
ansible01-ab1e5224f7416e4aeeaaae6e807685330e4124e0.tar.bz2
ansible01-ab1e5224f7416e4aeeaaae6e807685330e4124e0.zip
added script that brings in the .git directory to the localized project folder
-rwxr-xr-xinc/localize_git.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/localize_git.sh b/inc/localize_git.sh
new file mode 100755
index 0000000..7dd2381
--- /dev/null
+++ b/inc/localize_git.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+\cp -pRf /home/bgstack15/ansible.clean/.git /etc/ansible
bgstack15