From 4bd8e136be61a8394422991d61ca403d7aa09373 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Mon, 11 May 2020 22:41:02 -0400 Subject: [PATCH] Enabled playbook --- salt/top.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/top.sls b/salt/top.sls index 93e48290e..a50b10dbe 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -97,6 +97,9 @@ base: {%- if THEHIVE != 0 %} - hive {%- endif %} + {%- if PLAYBOOK != 0 %} + - playbook + {%- endif %} {%- if FREQSERVER != 0 %} - freqserver {%- endif %}