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:57 -0800
commitfe3599f92c85da372f1c305827cefbed73611236 (patch)
tree6bbb5f3f3576cf6d7d382b20bdb542538ecd87ab
parentc048f2539ca34b8e69f415fcf3306ece71d06a08 (diff)
downloadansible-fe3599f92c85da372f1c305827cefbed73611236.tar.gz
[stable-2.9] 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 1898fd1253..0d7e680011 100644
--- a/test/integration/targets/wait_for/tasks/main.yml
+++ b/test/integration/targets/wait_for/tasks/main.yml
@@ -139,7 +139,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