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>
8 lines
302 B
YAML
8 lines
302 B
YAML
---
|
|
|
|
certificate_authority_python_packages:
|
|
- python-cryptography
|
|
|
|
certificate_authority_trust_store_anchor: "/etc/ca-certificates/trust-source/anchors/{{ certificate_authority_root_ca_common_name | replace(' ', '_') }}.pem"
|
|
certificate_authority_trust_store_update_command: "/usr/bin/update-ca-trust"
|