ansible/test/integration/targets/unvault/main.yml

10 lines
212 B
YAML
Raw Normal View History

- hosts: localhost
tasks:
- set_fact:
unvaulted: "{{ lookup('unvault', 'vault') }}"
- debug:
msg: "{{ unvaulted }}"
- assert:
that:
- "unvaulted == 'foo: bar\n'"