Closed simonbaird closed 2 years ago
It will complete quickly if I ctrl-c and re-run the playbook. I can't see the stdout/stderr, so not sure what's happening. It could be waiting for some keyboard input.
The command is docker-compose pull -q, see https://github.com/simonbaird/tiddlyhost/blob/main/ansible/deploy.yml#L144
docker-compose pull -q
I haven't seen this for a while, I think maybe because the layers are smaller now that I cleaned out the stale gems. Let's close.
It will complete quickly if I ctrl-c and re-run the playbook. I can't see the stdout/stderr, so not sure what's happening. It could be waiting for some keyboard input.
The command is
docker-compose pull -q
, see https://github.com/simonbaird/tiddlyhost/blob/main/ansible/deploy.yml#L144