mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Limit supervisor in tests to < 4.0.0.
Tests fail when using version 4.0.0.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- name: install supervisord
|
||||
pip:
|
||||
name: supervisor
|
||||
name: supervisor<4.0.0 # supervisor version 4.0.0 fails tests
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user