aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/main.bash')
-rw-r--r--lib/main.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/main.bash b/lib/main.bash
index d8d4cc4..afcd58d 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -34,6 +34,7 @@ main() {
# Declare some global variables
declare -A BASHTARD_PLATFORM
+ declare -A BASHTARD_PLAYBOOK_VARS
# Figure out system details
debug "$BASHTARD_NAME/main" "Discovering system information"
@@ -41,6 +42,7 @@ main() {
# Export BASHTARD_ variables
export BASHTARD_PLATFORM
+ export BASHTARD_PLAYBOOK_VARS
# Source the file defining the subcommand.
debug "$BASHTARD_NAME/main" "Sourcing $subcommand_src"