I have some imported secrets in the same folder. Like `POSTGRES_PASSWORD=strongpass`, and `MM_POSTGRES_PASS=${infra.subdir.POSTGRES_PASSWORD}` There is no way to expand this secret to a correct value during the ansible lookup.
I have some imported secrets in the same folder. Like
POSTGRES_PASSWORD=strongpass, andMM_POSTGRES_PASS=${infra.subdir.POSTGRES_PASSWORD}There is no way to expand this secret to a correct value during the ansible lookup.