From e92ab898c1b2d75ba0907de3d83d70926b936c30 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 26 Oct 2017 13:03:27 -0600 Subject: write a playbook for shutting down and starting up Openbook Closes-Bug: IS-25 --- salt/openbook/ansible/files/openbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salt/openbook/ansible/files/openbook.yaml') 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 -- cgit v1.3