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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user