summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_unvault/unvault.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/lookup_unvault/unvault.yml')
-rw-r--r--test/integration/targets/lookup_unvault/unvault.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_unvault/unvault.yml b/test/integration/targets/lookup_unvault/unvault.yml
new file mode 100644
index 0000000..f1f3b98
--- /dev/null
+++ b/test/integration/targets/lookup_unvault/unvault.yml
@@ -0,0 +1,9 @@
+- name: test vault lookup plugin
+ hosts: localhost
+ gather_facts: false
+ tasks:
+ - debug: msg={{lookup('unvault', 'foot.txt.vault')}}
+ - name: verify vault lookup works with both vaulted and unvaulted
+ assert:
+ that:
+ - lookup('unvault', 'foot.txt.vault') == lookup('unvault', 'foot.txt')