--- - name: Deploy root_ca.crt ansible.builtin.copy: content: "{{ hostvars['console']['ca']['root']['crt'] }}" dest: "/usr/local/share/ca-certificates/{{ root_cert_filename }}" owner: "root" group: "root" mode: "0644" become: true notify: "notification_update_ca"