Reply by email SSL self signed certificate error

Could you expand on that a little please @riking? (Or are there any docs you can point me to?)

Total guess here, but something like the following?

run:
- file:
    path: /tmp/cert-to-copy
    contents: |
      # Download cert, move and update
      wget https://my-cert-file
      mv my-cert-file /usr/local/share/ca-certificates/
      update-ca-certificates