/** * Migration: move ~/.vault_pass to /.vault_pass for per-repo isolation. * * Triggered when `ansible.vault_password_file` resolves to a path outside the repo * root (typically ~/.vault_pass). Copies the file into the repo, rewrites stack.yml, * and adds .vault_pass to .gitignore. Does not delete the home file — other * unmigrated repos on this machine may still need it. */ import type { Fix } from '../../../../../types/index.js'; export declare const vaultPasswordFileLocationFix: Fix; //# sourceMappingURL=vault-password-file-location.d.ts.map