diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-26 13:03:27 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-26 13:03:27 -0600 |
| commit | e92ab898c1b2d75ba0907de3d83d70926b936c30 (patch) | |
| tree | 23bd3389d0e91655af8611df9bed9aa4794abd7e /salt/openbook/ansible/files/openbook.yaml | |
| parent | 2c9dd669566450891cafd1fb5cde7ff7bf7a4bd9 (diff) | |
write a playbook for shutting down and starting up Openbook
Closes-Bug: IS-25
Diffstat (limited to 'salt/openbook/ansible/files/openbook.yaml')
| -rw-r--r-- | salt/openbook/ansible/files/openbook.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/ansible/files/openbook.yaml b/salt/openbook/ansible/files/openbook.yaml index 81addbd..b6f4c21 100644 --- a/salt/openbook/ansible/files/openbook.yaml +++ b/salt/openbook/ansible/files/openbook.yaml @@ -162,7 +162,7 @@ shell: | /etc/init.d/openbook stop for cont in $(docker ps | grep -v 'COMMAND' | awk '{print $1}'); do - docker stop $cont + docker stop ${cont} done docker container prune -f |
