With the addition of arguments to Beetbox, allowing for non-provision playbooks to be run, it makes no sense to display a welcome message at the end of non-provision playbooks.
I suggest we instead make the output message argument aware, so each custom playbook could write to it's own file and have that file touch'ed and cat'ed accordingly.
E.g.,
If no argument, touch and cat results-provision.txt else touch and cat results-$(1).txt.
With the addition of arguments to Beetbox, allowing for non-provision playbooks to be run, it makes no sense to display a
welcome
message at the end of non-provision playbooks.I suggest we instead make the output message argument aware, so each custom playbook could write to it's own file and have that file
touch
'ed andcat
'ed accordingly.E.g.,
If no argument, touch and cat
results-provision.txt
else touch and catresults-$(1).txt
.