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:
parent
9b1ea92f88
commit
1afff2760f
@ -17,5 +17,6 @@ logstash_distro_packages:
|
||||
- logrotate
|
||||
- logstash
|
||||
- python-pexpect
|
||||
- python3-pexpect
|
||||
|
||||
logstash_sysconfig_path: /etc/default/logstash
|
||||
|
Loading…
Reference in New Issue
Block a user