mirror of
https://github.com/fspc/workstand.git
synced 2025-03-13 01:43:22 -04:00
5 lines
201 B
YAML
5 lines
201 B
YAML
|
---
|
||
|
- name: Configure supvervisor to run {{ app_name }}
|
||
|
action: template src={{ group_names[0] }}/supervisor-program.conf dest=/etc/supervisor/conf.d/{{ app_name }}.conf
|
||
|
notify: restart supervisor
|