mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-21 03:06:45 +00:00
7 lines
120 B
YAML
7 lines
120 B
YAML
---
|
|
- name: restart service
|
|
sudo: true
|
|
service: >
|
|
name={{ koodiklinikka_api_project_name }}
|
|
state=restarted
|