diff options
Diffstat (limited to 'playbooks/openbook.yaml')
| -rw-r--r-- | playbooks/openbook.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml index e7609cb..3b5f70b 100644 --- a/playbooks/openbook.yaml +++ b/playbooks/openbook.yaml @@ -202,6 +202,8 @@ if [ "{{ openbook_install_customer_web_ui|string() }}" == "True" ]; then docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_unstable" fi + args: + executable: /bin/bash - name: "Start Openbook" hosts: "{{ groups['target']|sort }}" |
