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

5 lines
75 B
YAML
Raw Normal View History

2018-02-12 11:42:18 +00:00
- name: install supervisord
pip:
name: supervisor
state: present