summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-vault/symlink.yml
blob: 2dcf8a9739e344185410547248311dd8e2dc5c93 (plain)
1
2
3
4
5
6
7
8
9
10
- 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'