summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--salt/openbook/ansible/files/openbook.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/ansible/files/openbook.yaml b/salt/openbook/ansible/files/openbook.yaml
index a390a01..5688313 100644
--- a/salt/openbook/ansible/files/openbook.yaml
+++ b/salt/openbook/ansible/files/openbook.yaml
@@ -179,7 +179,7 @@
runlevel: "{% raw %}{{ item.runlevel }}{% endraw %}"
with_items:
- { name: openbook, runlevel: default }
- when: openbook_install_database|string() == "True"
+ when: openbook_install_database|string() == "True"
- name: "Stop Openbook"
include: stop_start_openbook.yaml action=stop