How do I pass multiple ansible vault-ids to molecule? Passing multiple vault-ids as options in molecule.yml will not work because the last vault-id entry will win.
Example:
provisioner:
name: ansible
options:
vault-id: labelA@./fileA.vault
vault-id: labelB@./fileB.vault
The labelA will be overridden by lableB.
Different teams own those password files, so they are separate creds in CI and AWX.