summaryrefslogtreecommitdiffstats
path: root/ansible/roles/certificates/tasks/upload_root_ca.yml
blob: d73446b4a8099488b4c227de5dfc4b21d13a9347 (plain)
1
2
3
4
5
6
7
---
- name: Copy root certificate
  copy:
    src: "{{ certificates_local_dir }}/rootCA.crt"
    dest: "{{ root_ca_path[ansible_os_family] }}"
  notify:  # handler is triggered just when file is changed
    - Extract root certificate