Adding git package as additional one
[oom/offline-installer.git] / ansible / roles / certificates / tasks / upload_root_ca.yml
1 ---
2 - name: Copy root certificate
3   copy:
4     src: "{{ certificates_local_dir }}/rootCA.crt"
5     dest: /etc/pki/ca-trust/source/anchors/
6   notify:  # handler is triggered just when file is changed
7     - Extract root certificate