Skip to content

Commit

Permalink
fix(step_acme_cert): restart reneww service when config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Apr 13, 2021
1 parent e4a8af3 commit 6a95388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/step_acme_cert/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: restart renewal service
service:
name: '{{ step_acme_cert_renewal_service }}'
state: restarted
1 change: 1 addition & 0 deletions roles/step_acme_cert/tasks/renewal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
owner: root
group: root
mode: 0644
notify: restart renewal service

- name: Renewal service is enabled and running
systemd:
Expand Down

0 comments on commit 6a95388

Please sign in to comment.