summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-01-04 11:14:57 -0800
committerMatt Clay <matt@mystile.com>2022-01-04 12:17:53 -0800
commit964bc8bf10428334710efa16419d6e058773bd8e (patch)
tree9f91356db696de8a90aa79fa9412e78700340ea1
parent9f421b10c384ee77159c3d555edddae0cb353411 (diff)
downloadansible-964bc8bf10428334710efa16419d6e058773bd8e.tar.gz
[stable-2.10] Fix wait_for integration test.
Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS. (cherry picked from commit a5f4a25d324d29a04da9505b19da54267e90f778) Co-authored-by: Matt Clay <matt@mystile.com>
-rw-r--r--test/integration/targets/wait_for/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/wait_for/tasks/main.yml b/test/integration/targets/wait_for/tasks/main.yml
index 67e077868e..1af08924f7 100644
--- a/test/integration/targets/wait_for/tasks/main.yml
+++ b/test/integration/targets/wait_for/tasks/main.yml
@@ -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