Enabled playbook

This commit is contained in:
Josh Brower
2020-05-11 22:41:02 -04:00
committed by GitHub
parent d3992cb6e1
commit 4bd8e136be

View File

@@ -97,6 +97,9 @@ base:
{%- if THEHIVE != 0 %}
- hive
{%- endif %}
{%- if PLAYBOOK != 0 %}
- playbook
{%- endif %}
{%- if FREQSERVER != 0 %}
- freqserver
{%- endif %}