mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +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
|