summaryrefslogtreecommitdiffstats
path: root/ansible/roles/certificates/handlers/main.yml
blob: ed80f53f37204d6c0540710c2cd2eda5957c4a47 (plain)
1
2
3
4
5
---
- name: Extract root certificate
  command: "{{ extract_root_cert[ansible_os_family].update_command }}"
  changed_when: true  # this handler is executed just when there is a new cert
  notify: Restart Docker