mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 17:23:11 +02:00
10 lines
136 B
YAML
10 lines
136 B
YAML
---
|
|
|
|
- name: restart taiga
|
|
service: name=taiga-{{ item }} state=restarted
|
|
loop:
|
|
- back
|
|
- async
|
|
- events
|
|
- protected
|