Fix wait_for integration test.

Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS.
pull/76654/head
Matt Clay 3 years ago
parent a1d0e60703
commit a5f4a25d32

@ -150,7 +150,7 @@
- name: install psutil using pip (non-Linux only)
pip:
name: psutil
name: psutil==5.8.0
when: ansible_system != 'Linux'
- name: Copy zombie.py

Loading…
Cancel
Save