mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +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
|