Skip to content

Playbook task failed: No package matching 'docker-compose-plugin' is available #626

Open
@radonman

Description

@radonman

@geerlingguy

Ran sudo ansible-playbook main.yml and got this result:

roarkeponce@RadoNUX:~/internet-pi$ sudo ansible-playbook main.yml
[sudo] password for roarkeponce:

PLAY [Configure Internet Pi.] ***********************************************************************************************

TASK [Gathering Facts] ******************************************************************************************************
ok: [127.0.0.1]

TASK [Load configuration (with defaults from example file).] ****************************************************************
ok: [127.0.0.1] => (item=config.yml)

TASK [Ensure apt cache is up to date.] **************************************************************************************
ok: [127.0.0.1]

TASK [Ensure pacman cache is up to date] ************************************************************************************
skipping: [127.0.0.1]

TASK [Check if Docker is already present.] **********************************************************************************
ok: [127.0.0.1]

TASK [Download Docker install convenience script.] **************************************************************************
skipping: [127.0.0.1]

TASK [Run Docker install convenience script.] *******************************************************************************
skipping: [127.0.0.1]

TASK [Ensure Docker is started.] ********************************************************************************************
ok: [127.0.0.1]

TASK [Ensure dependencies are installed (Debian).] **************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'docker-compose-plugin' is available"}

PLAY RECAP ******************************************************************************************************************
127.0.0.1                  : ok=5    changed=0    unreachable=0    failed=1    skipped=3    rescued=0    ignored=0

Installing on a Intel NUC running Ubuntu 24.04.1 LTS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions