diff --git a/ansible-cookbook b/ansible-cookbook index 10c3b46..2eed149 100755 --- a/ansible-cookbook +++ b/ansible-cookbook @@ -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