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