mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
7 lines
108 B
YAML
7 lines
108 B
YAML
![]() |
---
|
||
|
|
||
|
- name: restart documentserver
|
||
|
service: name={{ item }} state=restarted
|
||
|
loop: "{{ oo_services }}"
|
||
|
|