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