ansible-roles/roles/taiga/tasks/services.yml

11 lines
191 B
YAML
Raw Normal View History

2022-01-26 18:00:05 +01:00
---
- name: Start and enable services
service: name={{ item }} state=started enabled=True
loop:
- taiga-back
- taiga-async
- taiga-events
- taiga-protected
tags: taiga