ansible/test/integration/targets/supervisorctl/tasks/install_pip.yml

5 lines
121 B
YAML
Raw Normal View History

2018-02-12 12:42:18 +01:00
- name: install supervisord
pip:
name: supervisor<4.0.0 # supervisor version 4.0.0 fails tests
2018-02-12 12:42:18 +01:00
state: present