added support to restart services and for manual letsencrypt challange
This commit is contained in:
parent
819293f8fd
commit
abb03d4435
5 changed files with 39 additions and 1 deletions
7
tasks/common_post.yml
Normal file
7
tasks/common_post.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: restart depending services
|
||||
when:
|
||||
- certchanged
|
||||
loop: "{{ cert.depending_services }}"
|
||||
service:
|
||||
name: "{{ item }}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue