forked from ansible-collection/filebeat
10 lines
143 B
YAML
10 lines
143 B
YAML
|
---
|
||
|
# tasks file for supervisor
|
||
|
- name: Install Supervisor
|
||
|
ansible.builtin.pip:
|
||
|
name: supervisor
|
||
|
executable: "{{ pip_bin_path }}"
|
||
|
|
||
|
|
||
|
|