chore 📦: Update setupacdc.yml to install pexpect via pip instead of apk

Switched from using apk to pip for installing pexpect, simplifying the dependency management process.
This commit is contained in:
2025-11-06 21:22:13 +01:00
parent 31a1d1ce46
commit b6469d162f

View File

@@ -5,10 +5,15 @@
tasks: tasks:
- name: Ensure pexpect is installed via apk - name: Install pexpect via pip
ansible.builtin.apk: ansible.builtin.pip:
name: py3-pexpect name: pexpect
state: present executable: pip3
# - name: Ensure pexpect is installed via apk
# ansible.builtin.apk:
# name: py3-pexpect
# state: present
- name: Create and provision LXC container on Proxmox - name: Create and provision LXC container on Proxmox
hosts: node0 hosts: node0