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

10 lines
136 B
YAML

---
- name: restart taiga
service: name=taiga-{{ item }} state=restarted
loop:
- back
- async
- events
- protected