ansible-role-certificates/tasks/common_post.yml

7 lines
156 B
YAML

- name: restart depending services
when:
- certchanged
loop: "{{ cert.depending_services }}"
service:
name: "{{ item }}"
state: restarted