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

10 lines
150 B
YAML
Raw Normal View History

2021-05-30 01:00:24 +02:00
---
- name: reload systemd
sudo: yes
command: systemctl daemon-reload
2021-05-30 19:43:31 +02:00
- name: restart step-ca
service:
name: step-ca
state: restarted