From 1ad036b50735fdf6b7fbb08411f09c2398ad776c Mon Sep 17 00:00:00 2001 From: Simon Caron Date: Sun, 23 Jul 2023 21:14:06 -0400 Subject: [PATCH] Fix pexpect Install for PVE 8 --- tasks/prereq.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tasks/prereq.yml b/tasks/prereq.yml index 4063cb1..d96fff1 100644 --- a/tasks/prereq.yml +++ b/tasks/prereq.yml @@ -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