ansible role to install the cacert ca
## usage
e.g. in an ansible playbook:
```yaml
- name: cacert
hosts: all
roles:
- role: cacert
```