mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
10 lines
219 B
YAML
10 lines
219 B
YAML
---
|
|
|
|
- name: Start and enable services
|
|
service: name=jitsi-jibri state=started enabled=True
|
|
tags: jitsi
|
|
|
|
- name: Start cleaer timer
|
|
systemd: name=jitsi-jibri-cleaner.timer state=started enabled=True
|
|
tags: jitsi
|