summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-vault/realpath.yml
blob: 667963506f542341f0613e49a5708e579b4d71c0 (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
          - realpath == 'this is a secret'