Closed albert-gonzalez closed 6 years ago
@albert-gonzalez - Usually that error message means that either something that was running an apt-get operation failed mid-stream, or something else is still using apt-get currently. For example, if you start an Ansible playbook run that does a lot of package install/uninstall/purge/etc., then cancel out of it or it drops the connection, then you start another one, it can have this happen.
If you SSH into the server directly and run apt-get install -y [some package]
it would have the same error message. Use ps aux
to see what apt
operations are currently running, then you have to wait for them to finish.
Hi!
I have some strange behaviour with the role. Sometimes works well and sometimes gives this error executing the
Purge PHP version packages
step:Some info about the environment:
Maybe this error is related to issue #24
Thanks for your great work!