-
-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Description
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'"]}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels