--- - name: Install CenterDevice Root CA Certificates sudo: true copy: src=usr/local/share/ca-certificates/{{ item }} dest=/usr/local/share/ca-certificates/{{ item }} with_items: - centerdevice-intermediate-ca.crt - centerdevice-root-ca.crt - name: Update root certificate database sudo: true command: update-ca-certificates