mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
* vault secrets file, keep context when symlink fixes #18319 Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
11 lines
215 B
YAML
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'
|