Skip to content

Commit

Permalink
Fix pexpect Install for PVE 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Caron committed Jul 24, 2023
1 parent 839235d commit 1ad036b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tasks/prereq.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
- name: Install pip3
ansible.builtin.apt:
name: python3-pip

- name: Install pexpect
ansible.builtin.pip:
name: pexpect
ansible.builtin.apt:
name: python3-pexpect

0 comments on commit 1ad036b

Please sign in to comment.