chore 📦: Update setupacdc.yml to use apk for py3-pexpect installation

Switched from pip to apk for installing py3-pexpect, as apk is the recommended package manager on the target system.
This commit is contained in:
2025-11-06 21:24:57 +01:00
parent b6469d162f
commit ced7303db5

View File

@@ -5,11 +5,11 @@
tasks:
- name: Install pexpect via pip
ansible.builtin.pip:
name: pexpect
executable: pip3
- name: Install py3-pexpect
ansible.builtin.apk:
name: py3-pexpect
state: present
# - name: Ensure pexpect is installed via apk
# ansible.builtin.apk:
# name: py3-pexpect