ansible-role-step-ca/handlers/main.yml

10 lines
139 B
YAML
Raw Normal View History

2021-05-30 01:00:24 +02:00
---
2021-05-30 19:43:31 +02:00
- name: restart step-ca
service:
name: step-ca
state: restarted
2022-06-20 21:14:05 +02:00
- name: reload systemd
command: systemctl daemon-reload