summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/unvault/main.yml
blob: a0f97b4bc175e935a35b2231b90ba31b7a902be9 (plain)
1
2
3
4
5
6
7
8
9
- hosts: localhost
  tasks:
    - set_fact:
        unvaulted: "{{ lookup('unvault', 'vault') }}"
    - debug:
        msg: "{{ unvaulted }}"
    - assert:
        that:
            - "unvaulted == 'foo: bar\n'"