7 lines
185 B
YAML
7 lines
185 B
YAML
---
|
|
# handlers file for import_vault_root_ca
|
|
- name: "Update the trust store"
|
|
ansible.builtin.command: update-ca-certificates
|
|
changed_when: false
|
|
listen: "update-ca-certificates"
|