import_vault_root_ca/handlers/main.yml
Bertrand Lanson 33941ed34a
All checks were successful
test / Linting (push) Successful in 17s
test / Molecule tests (default, debian11) (push) Successful in 58s
test / Molecule tests (default, debian12) (push) Successful in 38s
test / Molecule tests (default, ubuntu2204) (push) Successful in 43s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m20s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 45s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 1m2s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 1m7s
feat: removed become from role
2023-12-03 17:27:02 +01:00

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"