Prevent CI failure with older pip versions. (#670)

pull/305/head
Felix Fontein 2020-07-19 14:50:40 +02:00 committed by GitHub
parent bc43694ca9
commit ee6baa30cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- name: "Installing the psutil module"
pip:
name: psutil
name: psutil < 5.7.0
# Version 5.7.0 breaks on older pip versions. See https://github.com/ansible/ansible/pull/70667
- name: "Checking the empty result"
pids: