diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-09 13:31:40 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-09 13:31:40 +0100 |
commit | a67cab04f84bbb75b27e294291e741b2d82ce6f7 (patch) | |
tree | 0819b8a0cb7dc4cd944133babf67f5c8291129c9 | |
parent | 547685a7b3bf33f183f12e64fd5f01964286af21 (diff) | |
download | www-static-a67cab04f84bbb75b27e294291e741b2d82ce6f7.tar.gz www-static-a67cab04f84bbb75b27e294291e741b2d82ce6f7.tar.bz2 |
Add BASHTARD_PLAYBOOK_VARS
-rw-r--r-- | playbook.bash | 6 |
1 files changed, 6 insertions, 0 deletions
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 |