mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
13 lines
293 B
YAML
13 lines
293 B
YAML
---
|
|
|
|
- name: restart openxpki
|
|
service: name=openxpki state=restarted
|
|
when: not pki_started.changed
|
|
|
|
- name: reload openxpki
|
|
service: name=openxpki state=reloaded
|
|
|
|
- name: restart openxpki fcgi
|
|
shell: kill $(pgrep -f '(webui|scep.*|sc|est|rpc|download|soap).fcgi')
|
|
failed_when: False
|