1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 23:23:22 +02:00
2022-01-26 18:00:05 +01:00

11 lines
191 B
YAML

---
- name: Start and enable services
service: name={{ item }} state=started enabled=True
loop:
- taiga-back
- taiga-async
- taiga-events
- taiga-protected
tags: taiga