Make ansible-cookbook usable from any path

This commit is contained in:
ViViDboarder 2016-08-05 13:28:54 -07:00
parent a5f7b762d2
commit e20e65b648
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
#!/bin/bash
# Initialization - DO NOT REMOVE
. helpers/initialize
##############################################################
### Customizations start here ################################
##############################################################
@ -13,6 +10,9 @@
cd $(dirname $0)
PROJECT_DIR=$(pwd)
# Initialization - DO NOT REMOVE
. helpers/initialize
detect_package_manager
init_paths_and_vars