You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like you may have installed Docker manually prior to running this playbook, in which case running sudo apt install -y docker-compose-plugin would throw the same error (you can test that and see!).
If so, two options to get past this would be (choose one):
Edit the tasks/docker.yml file and comment out or delete the line - docker-compose-plugin inside the Ensure dependencies are installed (Debian). task
The latter option may get you further in the playbook, but if the Docker install on your system is older (e.g. if you're using the basic Ubuntu 24.04 apt Docker installation, or Docker Desktop), it could cause issues with Docker Compose. Only one way to find out, though!
@geerlingguy
Ran sudo ansible-playbook main.yml and got this result:
Installing on a Intel NUC running Ubuntu 24.04.1 LTS
The text was updated successfully, but these errors were encountered: