From a67cab04f84bbb75b27e294291e741b2d82ce6f7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 9 Mar 2023 13:31:40 +0100 Subject: Add BASHTARD_PLAYBOOK_VARS --- playbook.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbook.bash b/playbook.bash index 754c18b..1f47ebc 100644 --- a/playbook.bash +++ b/playbook.bash @@ -1,5 +1,11 @@ #!/usr/bin/env bash +BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.branch]="" +BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.generator]="" +BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.path]="" +BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.remote]="" +BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.repository]="required" + playbook_add() { local path -- cgit v1.1