summaryrefslogtreecommitdiffstats
path: root/ansible/roles/certificates/handlers/main.yml
blob: 579b522841b67c9cf8e9bcdb836344375194584b (plain)
1
2
3
4
5
---
- name: Extract root certificate
  command: /usr/bin/update-ca-trust extract
  changed_when: true  # this handler is executed just when there is a new cert
  notify: Restart Docker