Ensure python3-pexpect is installed on Ubuntu Bionic

CI jobs are failing on Bionic as this is missing, probably becasue
ansible is finding a python3 interpreter when previously it found
python2.

Change-Id: I80c66bd93e57d5e46af85cbf4a271a90d97533cc
This commit is contained in:
Jonathan Rosser 2023-03-08 13:27:09 +00:00
parent 9b1ea92f88
commit 1afff2760f
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ logstash_distro_packages:
- logrotate
- logstash
- python-pexpect
- python3-pexpect
logstash_sysconfig_path: /etc/default/logstash