Skip to content

ERROR: Unsupported distribution 'arch' #656

@eternalsoftware-dev

Description

@eternalsoftware-dev

Arch Linux is not supported by the Docker convenience script, running ansible-playbook main.yml results in the following error:

TASK [Run Docker install convenience script.] ******************************************************************************************************************************************************
[ERROR]: Task failed: Module failed: non-zero return code
Origin: /home/$USER/internet-pi/tasks/docker.yml:16:3

14   when: docker_command_result.rc == 1
15
16 - name: Run Docker install convenience script.
     ^ column 3

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["/tmp/get-docker.sh"], "delta": "0:00:00.028707", "end": "2025-12-14 13:45:12.317650", "msg": "non-zero return code", "rc": 1, "start": "2025-12-14 13:45:12.288943", "stderr": "", "stderr_lines": [], "stdout": "# Executing docker install script, commit: 8b33a64d28ec86a1121623f1d349801b48f2837b\n\nERROR: Unsupported distribution 'arch'", "stdout_lines": ["# Executing docker install script, commit: 8b33a64d28ec86a1121623f1d349801b48f2837b", "", "ERROR: Unsupported distribution 'arch'"]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions