The role used .yaml while the molecule scenario used .yml, because molecule hard codes molecule.yml and has no fallback for the other extension. Aligning all files on .yml keeps the extension consistent across the repository and avoids surprises when a tool only supports one of both spellings. Co-authored-by: Copilot <copilot@github.com>
9 lines
267 B
YAML
9 lines
267 B
YAML
---
|
|
|
|
- name: Update systems SSL/TLS trust store
|
|
ansible.builtin.command:
|
|
cmd: "{{ certificate_authority_trust_store_update_command }}"
|
|
changed_when: true
|
|
when: certificate_authority_root_ca_import is defined and
|
|
certificate_authority_root_ca_import
|