add supervisor role

This commit is contained in:
2022-08-30 07:51:10 -05:00
parent 3a14992832
commit 49be68b4db
6 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart supervisor
service:
name: "{{ supervisor_service_name }}"
state: restarted