import_vault_root_ca/handlers/main.yml

7 lines
185 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
2023-05-23 22:06:42 +00:00
changed_when: false
2023-05-22 18:23:57 +00:00
listen: "update-ca-certificates"