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