mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:06:30 +00:00
Make ansible-cookbook usable from any path
This commit is contained in:
parent
a5f7b762d2
commit
e20e65b648
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Initialization - DO NOT REMOVE
|
|
||||||
. helpers/initialize
|
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
### Customizations start here ################################
|
### Customizations start here ################################
|
||||||
##############################################################
|
##############################################################
|
||||||
@ -13,6 +10,9 @@
|
|||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
PROJECT_DIR=$(pwd)
|
PROJECT_DIR=$(pwd)
|
||||||
|
|
||||||
|
# Initialization - DO NOT REMOVE
|
||||||
|
. helpers/initialize
|
||||||
|
|
||||||
detect_package_manager
|
detect_package_manager
|
||||||
|
|
||||||
init_paths_and_vars
|
init_paths_and_vars
|
||||||
|
Loading…
Reference in New Issue
Block a user