summaryrefslogtreecommitdiffstats
path: root/ansible/roles/certificates/handlers/main.yml
blob: b2b81223948a718a358d208bedfb44d468e3f336 (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