ansible/test/integration/targets/ansible-vault/symlink.yml
Brian Coca b1ff0f4ebc
vault secrets file, keep context when symlink (#78734)
* vault secrets file, keep context when symlink

	fixes #18319

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2022-09-20 09:07:21 -04:00

11 lines
215 B
YAML

- hosts: localhost
gather_facts: false
vars_files:
- vaulted.yml
tasks:
- name: see if we can decrypt
assert:
that:
- control is defined
- symlink == 'this is a test'