From c965068fb825704ca5cf47a87d8dc920ddec34ff Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 6 Mar 2018 21:34:36 -0700 Subject: Support pure systemd hosts Issue: IS-75 --- salt/openbook/ansible/files/openbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/openbook/ansible/files/openbook.yaml b/salt/openbook/ansible/files/openbook.yaml index 5688313..a390a01 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 -- cgit v1.3