diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-14 20:35:13 +0000 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-14 20:35:13 +0000 |
| commit | 0bccb7f2ecac13cc21134226e387fce45805ba49 (patch) | |
| tree | 6c475e63f0bc4441f0ea1202ac0c2d3f1408ada7 | |
| parent | d37ff18b171c8b8367d98e682fe37a21b2b3b096 (diff) | |
autocommit Tue Nov 14 20:35:13 UTC 2017
| -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 }}" |
