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: tasks:
- name: Install pexpect via pip - name: Install py3-pexpect
ansible.builtin.pip: ansible.builtin.apk:
name: pexpect name: py3-pexpect
executable: pip3 state: present
# - name: Ensure pexpect is installed via apk # - name: Ensure pexpect is installed via apk
# ansible.builtin.apk: # ansible.builtin.apk:
# name: py3-pexpect # name: py3-pexpect