import_vault_root_ca/handlers/main.yml

6 lines
163 B
YAML
Raw Normal View History

2023-05-21 18:12:26 +00:00
---
# handlers file for import_vault_root_ca
2023-05-22 18:23:57 +00:00
- name: "Update the trust store"
ansible.builtin.command: update-ca-certificates
listen: "update-ca-certificates"