diff options
Diffstat (limited to 'salt/openbook/ansible/files/stop_start_openbook.yaml')
| -rw-r--r-- | salt/openbook/ansible/files/stop_start_openbook.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/ansible/files/stop_start_openbook.yaml b/salt/openbook/ansible/files/stop_start_openbook.yaml index 28c5d58..ce948ae 100644 --- a/salt/openbook/ansible/files/stop_start_openbook.yaml +++ b/salt/openbook/ansible/files/stop_start_openbook.yaml @@ -51,4 +51,4 @@ runlevel: "{{ item.runlevel }}" with_items: - { name: openbook-debug, runlevel: default } - when: action in ["start", "restart"] and extra_args == "debug" + when: action in ["start", "restart"] and extra_args == "debug" and openbook_start_app == True |
