Hi,
i have a Problem with Archlinux VM's and ansible module community.docker in semaphore.
Ansible error from Semaphore Task Log:
8:59:10 AM fatal: [arch]: FAILED! => changed=false
8:59:10 AM ansible_facts:
8:59:10 AM discovered_interpreter_python: /usr/bin/python3.12
8:59:10 AM msg: 'Error connecting: Error while fetching server API version: Not supported URL scheme http+docker'
When i use a updated image – Build with this Dockerfile:
FROM semaphoreui/semaphore:latest
USER root
RUN apk update
RUN apk upgrade
RUN pip3 install --upgrade pip ansible requests
USER semaphore
i don't get errors (pip ansible 9.4 vs. 10.3.0)
Can someone answer this questions:
Is it save to upgrade ansible via pip like this ( known issues with pip ansible 10+ and semaphore)?
Is a ansible version bump or upgrade Planed for the next release?
Impact
Ansible (task execution)
Installation method
Docker
Database
Postgres
Browser
Chrome
Semaphore Version
0c241cf7272f:~$ semaphore version
v2.10.22-e44910d-1721658561
Issue
Hi, i have a Problem with Archlinux VM's and ansible module community.docker in semaphore.
Ansible error from Semaphore Task Log:
When i use a updated image – Build with this Dockerfile:
i don't get errors (pip ansible 9.4 vs. 10.3.0)
Can someone answer this questions:
Impact
Ansible (task execution)
Installation method
Docker
Database
Postgres
Browser
Chrome
Semaphore Version
0c241cf7272f:~$ semaphore version v2.10.22-e44910d-1721658561
Ansible Version
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
No response